PHP 클래스 mageekguy\atoum\template

상속: extends mageekguy\atoum\template\data
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$children

공개 메소드들

메소드 설명
__get ( $tag )
__isset ( $tag )
__set ( $tag, $data )
__unset ( $tag )
addChild ( mageekguy\atoum\template\data $child )
addToParent ( $mixed = [] )
build ( $mixed = [] )
deleteChild ( mageekguy\atoum\template\data $child )
getById ( $id, $fromRoot = true )
getByTag ( $tag )
getChild ( $rank )
getChildren ( )
hasChildren ( )
idExists ( $id )
isChild ( mageekguy\atoum\template\data $child )
resetChildrenData ( )
setAttribute ( $name, $value )
setWith ( $mixed )
unsetAttribute ( $name )

메소드 상세

__get() 공개 메소드

public __get ( $tag )

__isset() 공개 메소드

public __isset ( $tag )

__set() 공개 메소드

public __set ( $tag, $data )

__unset() 공개 메소드

public __unset ( $tag )

addChild() 공개 메소드

public addChild ( mageekguy\atoum\template\data $child )
$child mageekguy\atoum\template\data

addToParent() 공개 메소드

public addToParent ( $mixed = [] )

build() 공개 메소드

public build ( $mixed = [] )

deleteChild() 공개 메소드

public deleteChild ( mageekguy\atoum\template\data $child )
$child mageekguy\atoum\template\data

getById() 공개 메소드

public getById ( $id, $fromRoot = true )

getByTag() 공개 메소드

public getByTag ( $tag )

getChild() 공개 메소드

public getChild ( $rank )

getChildren() 공개 메소드

public getChildren ( )

hasChildren() 공개 메소드

public hasChildren ( )

idExists() 공개 메소드

public idExists ( $id )

isChild() 공개 메소드

public isChild ( mageekguy\atoum\template\data $child )
$child mageekguy\atoum\template\data

resetChildrenData() 공개 메소드

public resetChildrenData ( )

setAttribute() 공개 메소드

public setAttribute ( $name, $value )

setWith() 공개 메소드

public setWith ( $mixed )

unsetAttribute() 공개 메소드

public unsetAttribute ( $name )

프로퍼티 상세

$children 보호되어 있는 프로퍼티

protected $children