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

Public Member Functions

 __construct ($node=null, $doc=null)
 attr_value (&$nod, $name, $ns=null)
 process_item (&$node, &$doc)
 add_child_item (cc_i_item &$item)
 add_new_child_item ($title='')
 attach_resource ($resource)
 has_child_items ()
 child_item ($identifier)
 init_clean ()
 init_new_item ()

Data Fields

 $identifier = null
 $identifierref = null
 $isvisible = null
 $title = null
 $parameters = null
 $childitems = null

Detailed Description

Item Class

Definition at line 131 of file cc_organization.php.


Constructor & Destructor Documentation

__construct ( node = null,
doc = null 
)

Definition at line 145 of file cc_organization.php.

Here is the call graph for this function:


Member Function Documentation

add_child_item ( cc_i_item &$  item)

Add one Child Item

Parameters:
cc_i_item$item

Implements cc_i_item.

Definition at line 201 of file cc_organization.php.

Here is the caller graph for this function:

add_new_child_item ( title = '')

Add new child Item

Parameters:
string$title
Returns:
cc_i_item

Definition at line 215 of file cc_organization.php.

Here is the call graph for this function:

attach_resource ( resource)

Implements cc_i_item.

Definition at line 224 of file cc_organization.php.

Here is the call graph for this function:

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

Implements cc_i_item.

Definition at line 168 of file cc_organization.php.

Here is the caller graph for this function:

child_item ( identifier)

Definition at line 253 of file cc_organization.php.

Here is the call graph for this function:

Implements cc_i_item.

Definition at line 249 of file cc_organization.php.

Here is the caller graph for this function:

Definition at line 258 of file cc_organization.php.

Definition at line 268 of file cc_organization.php.

Here is the call graph for this function:

Here is the caller graph for this function:

process_item ( &$  node,
&$  doc 
)

Implements cc_i_item.

Definition at line 175 of file cc_organization.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

$childitems = null

Definition at line 139 of file cc_organization.php.

$identifier = null

Definition at line 134 of file cc_organization.php.

$identifierref = null

Definition at line 135 of file cc_organization.php.

$isvisible = null

Definition at line 136 of file cc_organization.php.

$parameters = null

Definition at line 138 of file cc_organization.php.

$title = null

Definition at line 137 of file cc_organization.php.


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