Moodle  2.2.1
http://www.collinsharper.com
JSNode Class Reference

Public Member Functions

 __construct ($t, $type=0)
 __set ($name, $value)
 __get ($name)
 addNode ($node)

Data Fields

 $treeNodes = array()
 $funDecls = array()
 $varDecls = array()

Detailed Description

Definition at line 1416 of file JSMinPlus.php.


Constructor & Destructor Documentation

__construct ( t,
type = 0 
)

Definition at line 1428 of file JSMinPlus.php.


Member Function Documentation

__get ( name)

Definition at line 1458 of file JSMinPlus.php.

__set ( name,
value 
)

Definition at line 1453 of file JSMinPlus.php.

addNode ( node)

Definition at line 1466 of file JSMinPlus.php.


Field Documentation

$funDecls = array()

Definition at line 1425 of file JSMinPlus.php.

$treeNodes = array()

Definition at line 1424 of file JSMinPlus.php.

$varDecls = array()

Definition at line 1426 of file JSMinPlus.php.


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