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


Public Member Functions | |
| __construct ($connectionUrl="http://localhost:8080/alfresco/api") | |
| getConnectionUrl () | |
| getHost () | |
| getPort () | |
| authenticate ($userName, $password) | |
| createSession ($ticket=null) | |
Static Public Member Functions | |
| static | getSessionId ($ticket) |
Definition at line 38 of file Repository.php.
| __construct | ( | $ | connectionUrl = "http://localhost:8080/alfresco/api" | ) |
Definition at line 44 of file Repository.php.
| authenticate | ( | $ | userName, |
| $ | password | ||
| ) |
| createSession | ( | $ | ticket = null | ) |
Definition at line 104 of file Repository.php.
| getConnectionUrl | ( | ) |
Definition at line 56 of file Repository.php.
| getHost | ( | ) |
Definition at line 61 of file Repository.php.
| getPort | ( | ) |
Definition at line 66 of file Repository.php.
| static getSessionId | ( | $ | ticket | ) | [static] |
For a given ticket, returns the realated session id, null if one can not be found.
Definition at line 126 of file Repository.php.
