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

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

Detailed Description

Organization Class

Definition at line 35 of file cc_organization.php.


Constructor & Destructor Documentation

__construct ( node = null,
doc = null 
)

Definition at line 47 of file cc_organization.php.

Here is the call graph for this function:


Member Function Documentation

add_item ( cc_i_item &$  item)

Add one Item into the Organization

Parameters:
cc_i_item$item

Implements cc_i_organization.

Definition at line 60 of file cc_organization.php.

Here is the caller graph for this function:

add_new_item ( title = '')

Add new Item into the Organization

Parameters:
string$title
Returns:
cc_i_item

Definition at line 73 of file cc_organization.php.

Here is the call graph for this function:

attr_value ( &$  nod,
name,
ns = null 
)

Implements cc_i_organization.

Definition at line 85 of file cc_organization.php.

Here is the caller graph for this function:

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.

Here is the call graph for this function:

Here is the caller graph for this function:

process_organization ( &$  node,
&$  doc 
)

Implements cc_i_organization.

Definition at line 92 of file cc_organization.php.

Here is the call graph for this function:

Here is the caller graph for this function:

uuidgen ( )

Definition at line 118 of file cc_organization.php.

Here is the caller graph for this function:


Field Documentation

$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.


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