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

Public Member Functions

 __construct ($session, $address, $scheme="workspace")
 __toString ()
 __toArray ()
 getAddress ()
 getScheme ()
 getRootNode ()

Protected Attributes

 $_session
 $_address
 $_scheme
 $_rootNode

Detailed Description

Definition at line 30 of file Store.php.


Constructor & Destructor Documentation

__construct ( session,
address,
scheme = "workspace" 
)

Definition at line 37 of file Store.php.


Member Function Documentation

__toArray ( )

Definition at line 49 of file Store.php.

Here is the caller graph for this function:

Reimplemented in SpacesStore.

Definition at line 44 of file Store.php.

Definition at line 56 of file Store.php.

Definition at line 66 of file Store.php.

Here is the call graph for this function:

getScheme ( )

Definition at line 61 of file Store.php.


Field Documentation

$_address [protected]

Definition at line 33 of file Store.php.

$_rootNode [protected]

Definition at line 35 of file Store.php.

$_scheme [protected]

Definition at line 34 of file Store.php.

$_session [protected]

Definition at line 32 of file Store.php.


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