PHP Class mageekguy\atoum\template

Inheritance: extends mageekguy\atoum\template\data
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$children

Méthodes publiques

Méthode 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 méthode

public __get ( $tag )

__isset() public méthode

public __isset ( $tag )

__set() public méthode

public __set ( $tag, $data )

__unset() public méthode

public __unset ( $tag )

addChild() public méthode

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

addToParent() public méthode

public addToParent ( $mixed = [] )

build() public méthode

public build ( $mixed = [] )

deleteChild() public méthode

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

getById() public méthode

public getById ( $id, $fromRoot = true )

getByTag() public méthode

public getByTag ( $tag )

getChild() public méthode

public getChild ( $rank )

getChildren() public méthode

public getChildren ( )

hasChildren() public méthode

public hasChildren ( )

idExists() public méthode

public idExists ( $id )

isChild() public méthode

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

resetChildrenData() public méthode

public resetChildrenData ( )

setAttribute() public méthode

public setAttribute ( $name, $value )

setWith() public méthode

public setWith ( $mixed )

unsetAttribute() public méthode

public unsetAttribute ( $name )

Property Details

$children protected_oe property

protected $children