PHP Class mageekguy\atoum\template

Inheritance: extends mageekguy\atoum\template\data
Show file Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$children

Public Methods

Method Description
__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 )

Method Details

__get() public method

public __get ( $tag )

__isset() public method

public __isset ( $tag )

__set() public method

public __set ( $tag, $data )

__unset() public method

public __unset ( $tag )

addChild() public method

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

addToParent() public method

public addToParent ( $mixed = [] )

build() public method

public build ( $mixed = [] )

deleteChild() public method

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

getById() public method

public getById ( $id, $fromRoot = true )

getByTag() public method

public getByTag ( $tag )

getChild() public method

public getChild ( $rank )

getChildren() public method

public getChildren ( )

hasChildren() public method

public hasChildren ( )

idExists() public method

public idExists ( $id )

isChild() public method

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

resetChildrenData() public method

public resetChildrenData ( )

setAttribute() public method

public setAttribute ( $name, $value )

setWith() public method

public setWith ( $mixed )

unsetAttribute() public method

public unsetAttribute ( $name )

Property Details

$children protected property

protected $children