Zend Framework
1.12
|
Public Member Functions | |
__construct ($name, $description, $duration) | |
create object | |
setDuration ($duration) | |
sets new duration for this conference in seconds | |
getDuration () | |
setDescription ($description) | |
set the description of this conference | |
getDescription () | |
setName ($name) | |
sets the name of this conference | |
getName () | |
Public Attributes | |
$name = null | |
$description = null | |
$duration = null | |
__construct | ( | $name, | |
$description, | |||
$duration | |||
) |
create object
string | $name | |
string | $description | |
integer | $duration |
getDescription | ( | ) |
getDuration | ( | ) |
getName | ( | ) |
setDescription | ( | $description | ) |
set the description of this conference
string | $description | the $description to set |
setDuration | ( | $duration | ) |
sets new duration for this conference in seconds
integer | $duration |
setName | ( | $name | ) |
sets the name of this conference
string | $name |
$description = null |
$duration = null |
$name = null |