Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_Request_VoiceButler_CallStatus Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_Request_VoiceButler_CallStatus:
Collaboration diagram for Zend_Service_DeveloperGarden_Request_VoiceButler_CallStatus:

Public Member Functions

 __construct ($environment, $sessionId, $keepAlive=null)
 getSessionId ()
 setSessionId ($sessionId)
 getKeepAlive ()
 setKeepAlive ($keepAlive)

Data Fields

 $keepAlive = null

Detailed Description

Definition at line 36 of file CallStatus.php.


Constructor & Destructor Documentation

__construct ( environment,
sessionId,
keepAlive = null 
)

constructor give them the environment and the sessionId

Parameters:
integer$environment
string$sessionId
integer$keepAlive
Returns:
Zend_Service_DeveloperGarden_Request_RequestAbstract

Definition at line 54 of file CallStatus.php.

Here is the call graph for this function:


Member Function Documentation

Returns:
integer

Definition at line 84 of file CallStatus.php.

Returns:
string

Definition at line 64 of file CallStatus.php.

setKeepAlive ( keepAlive)

sets new keepAlive flag

Parameters:
integer$keepAlive
Returns:
Zend_Service_DeveloperGarden_Request_VoiceButler_CallStatus

Definition at line 95 of file CallStatus.php.

setSessionId ( sessionId)

sets new sessionId

Parameters:
string$sessionId
Returns:
Zend_Service_DeveloperGarden_Request_VoiceButler_CallStatus

Definition at line 75 of file CallStatus.php.

Here is the caller graph for this function:


Field Documentation

$keepAlive = null

Definition at line 44 of file CallStatus.php.


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