|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($environment, $sessionId, $keepAlive=null) | |
| getSessionId () | |
| setSessionId ($sessionId) | |
| getKeepAlive () | |
| setKeepAlive ($keepAlive) | |
Data Fields | |
| $keepAlive = null | |
Definition at line 36 of file CallStatus.php.
| __construct | ( | $ | environment, |
| $ | sessionId, | ||
| $ | keepAlive = null |
||
| ) |
constructor give them the environment and the sessionId
| integer | $environment | |
| string | $sessionId | |
| integer | $keepAlive |
Definition at line 54 of file CallStatus.php.

| getKeepAlive | ( | ) |
Definition at line 84 of file CallStatus.php.
| getSessionId | ( | ) |
Definition at line 64 of file CallStatus.php.
| setKeepAlive | ( | $ | keepAlive | ) |
| setSessionId | ( | $ | sessionId | ) |
sets new sessionId
| string | $sessionId |
Definition at line 75 of file CallStatus.php.

| $keepAlive = null |
Definition at line 44 of file CallStatus.php.