PHP 클래스 JSNode, pquery

파일 보기 프로젝트 열기: tburry/pquery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$funDecls
$treeNodes
$varDecls

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $t, $type )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

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

addNode() 공개 메소드

public addNode ( $node )

프로퍼티 상세

$funDecls 공개적으로 프로퍼티

public $funDecls

$treeNodes 공개적으로 프로퍼티

public $treeNodes

$varDecls 공개적으로 프로퍼티

public $varDecls