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

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)

Detailed Description

Definition at line 38 of file Repository.php.


Constructor & Destructor Documentation

__construct ( connectionUrl = "http://localhost:8080/alfresco/api")

Definition at line 44 of file Repository.php.


Member Function Documentation

authenticate ( userName,
password 
)

Definition at line 71 of file Repository.php.

Here is the call graph for this function:

createSession ( ticket = null)

Definition at line 104 of file Repository.php.

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.

Here is the caller graph for this function:


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