PHP Class JSNode, pquery

Datei anzeigen Open project: tburry/pquery Class Usage Examples

Public Properties

Property Type Description
$funDecls
$treeNodes
$varDecls

Public Methods

Method Description
__construct ( $t, $type )
__get ( $name )
__set ( $name, $value ) we don't want to bloat our object with all kind of specific properties, so we use overloading
addNode ( $node )

Method Details

__construct() public method

public __construct ( $t, $type )

__get() public method

public __get ( $name )

__set() public method

we don't want to bloat our object with all kind of specific properties, so we use overloading
public __set ( $name, $value )

addNode() public method

public addNode ( $node )

Property Details

$funDecls public_oe property

public $funDecls

$treeNodes public_oe property

public $treeNodes

$varDecls public_oe property

public $varDecls