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 $description = 'null'
description of this conference
integer $duration = 'null'
duration in seconds of this conference
string $name = 'null'
name of this conference
__construct(
string $name, string $description, integer $duration
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
create object
getDescription(
)
:
string
getDuration(
)
:
string
getName(
)
:
string
setDescription(
$description $description
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
set the description of this conference
setDuration(
integer $duration
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
sets new duration for this conference in seconds
setName(
string $name
)
:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
sets the name of this conference