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


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

| getSessionId | ( | ) |
Definition at line 62 of file TearDownCall.php.
| setSessionId | ( | $ | sessionId | ) |
sets new sessionId
| string | $sessionId |
Definition at line 73 of file TearDownCall.php.

| $sessionId = null |
Definition at line 44 of file TearDownCall.php.