API Documentation

Service/DeveloperGarden/ConferenceCall/ParticipantDetail.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
DeveloperGarden  
version
$Id: ParticipantDetail.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

author
Marco Kaiser  
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service  
subpackage
DeveloperGarden  

Properties

Propertypublicstring  $email= 'null'

Default valuenullDetails
Type
string
Propertypublicstring  $firstName= 'null'

Default valuenullDetails
Type
string
Propertypublicinteger  $flags= 'null'

Default valuenullDetails
Type
integer
Propertypublicstring  $lastName= 'null'

Default valuenullDetails
Type
string
Propertypublicstring  $number= 'null'

Default valuenullDetails
Type
string

Methods

methodpublic__construct( string $firstName, string $lastName, string $number, string $email, integer $isInitiator = false ) : void

constructor for participant object

Parameters
Name Type Description
$firstName string
$lastName string
$number string
$email string
$isInitiator integer
methodpublicgetEmail( ) : string

returns the value of $email

Returns
Type Description
string
methodpublicgetFirstName( ) : string

returns the value of $firstName

Returns
Type Description
string
methodpublicgetFlags( ) : integer

returns the value of $flags

Returns
Type Description
integer
methodpublicgetLastName( ) : string

returns the value of $lastName

Returns
Type Description
string
methodpublicgetNumber( ) : string

returns the value of $number

Returns
Type Description
string
methodpublicsetEmail( string $email ) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

sets $email

Parameters
Name Type Description
$email string email
Returns
Type Description
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
methodpublicsetFirstName( string $firstName ) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

sets $firstName

Parameters
Name Type Description
$firstName string
Returns
Type Description
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
methodpublicsetFlags( integer $flags ) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

sets $flags (ie, initiator flag)

Parameters
Name Type Description
$flags integer
Returns
Type Description
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
methodpublicsetLastName( string $lastName ) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

sets $lastName

Parameters
Name Type Description
$lastName string
Returns
Type Description
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
methodpublicsetNumber( string $number ) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

sets $number

Parameters
Name Type Description
$number string
Returns
Type Description
\Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Documentation was generated by DocBlox 0.13.3.