Service/DeveloperGarden/ConferenceCall/ConferenceDetail.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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- DeveloperGarden
- Version
- $Id: ConferenceDetail.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
Package: Zend\Service\DeveloperGarden
- Author
- Marco Kaiser
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


integer $duration = null
duration in seconds of this conference
Default value
null
Details- Type
- integer
Methods


__construct(string $name, string $description, integer $duration) : \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
create object
Parameters
Returns
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
Parameters
Returns
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
Parameters
Returns
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
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |