Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
string $email = 'null'
string $firstName = 'null'
integer $flags = 'null'
string $lastName = 'null'
string $number = 'null'
__construct(
string $firstName, string $lastName, string $number, string $email, integer $isInitiator
=
false
)
:
constructor for participant object
getEmail(
)
:
string
returns the value of $email
getFirstName(
)
:
string
returns the value of $firstName
getFlags(
)
:
integer
returns the value of $flags
getLastName(
)
:
string
returns the value of $lastName
getNumber(
)
:
string
returns the value of $number
setEmail(
string $email
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
sets $email
setFirstName(
string $firstName
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
sets $firstName
setFlags(
integer $flags
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
sets $flags (ie, initiator flag)
setLastName(
string $lastName
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
sets $lastName
setNumber(
string $number
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
sets $number