Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail Class Reference

Public Member Functions

 __construct ($name, $description, $duration)
 setDuration ($duration)
 getDuration ()
 setDescription ($description)
 getDescription ()
 setName ($name)
 getName ()

Data Fields

 $name = null
 $description = null
 $duration = null

Detailed Description

Definition at line 31 of file ConferenceDetail.php.


Constructor & Destructor Documentation

__construct ( name,
description,
duration 
)

create object

Parameters:
string$name
string$description
integer$duration
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

Definition at line 63 of file ConferenceDetail.php.

Here is the call graph for this function:


Member Function Documentation

Returns:
string

Definition at line 105 of file ConferenceDetail.php.

Returns:
string

Definition at line 85 of file ConferenceDetail.php.

getName ( )
Returns:
string

Definition at line 125 of file ConferenceDetail.php.

setDescription ( description)

set the description of this conference

Parameters:
$descriptionthe $description to set
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

Definition at line 96 of file ConferenceDetail.php.

Here is the caller graph for this function:

setDuration ( duration)

sets new duration for this conference in seconds

Parameters:
integer$duration
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

Definition at line 76 of file ConferenceDetail.php.

Here is the caller graph for this function:

setName ( name)

sets the name of this conference

Parameters:
string$name
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

Definition at line 116 of file ConferenceDetail.php.

Here is the caller graph for this function:


Field Documentation

$description = null

Definition at line 45 of file ConferenceDetail.php.

$duration = null

Definition at line 52 of file ConferenceDetail.php.

$name = null

Definition at line 38 of file ConferenceDetail.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations