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


Public Member Functions | |
| __construct ($node=null, $doc=null) | |
| add_item (cc_i_item &$item) | |
| add_new_item ($title='') | |
| has_items () | |
| attr_value (&$nod, $name, $ns=null) | |
| process_organization (&$node, &$doc) | |
| init_new () | |
| uuidgen () | |
Data Fields | |
| $title = null | |
| $identifier = null | |
| $structure = null | |
| $itemlist = null | |
Organization Class
Definition at line 35 of file cc_organization.php.
| __construct | ( | $ | node = null, |
| $ | doc = null |
||
| ) |
Add one Item into the Organization
| cc_i_item | $item |
Implements cc_i_organization.
Definition at line 60 of file cc_organization.php.

| add_new_item | ( | $ | title = '' | ) |
Add new Item into the Organization
| string | $title |
Definition at line 73 of file cc_organization.php.

| attr_value | ( | &$ | nod, |
| $ | name, | ||
| $ | ns = null |
||
| ) |
Implements cc_i_organization.
Definition at line 85 of file cc_organization.php.

| has_items | ( | ) |
Implements cc_i_organization.
Definition at line 81 of file cc_organization.php.
| init_new | ( | ) |
Definition at line 108 of file cc_organization.php.


| process_organization | ( | &$ | node, |
| &$ | doc | ||
| ) |
Implements cc_i_organization.
Definition at line 92 of file cc_organization.php.


| uuidgen | ( | ) |
| $identifier = null |
Definition at line 39 of file cc_organization.php.
| $itemlist = null |
Definition at line 41 of file cc_organization.php.
| $structure = null |
Definition at line 40 of file cc_organization.php.
| $title = null |
Definition at line 38 of file cc_organization.php.