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.

integer
$duration= 'null'
duration in seconds of this conference
null
Details
__construct(
string $name, string $description, integer $duration
)
:
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
create object
Name | Type | Description |
---|---|---|
$name | string | |
$description | string | |
$duration | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |

setDescription(
string $description
)
:
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
set the description of this conference
Name | Type | Description |
---|---|---|
$description | string | the $description to set |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |

setDuration(
integer $duration
)
:
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
sets new duration for this conference in seconds
Name | Type | Description |
---|---|---|
$duration | integer |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |

setName(
string $name
)
:
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
sets the name of this conference
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |