PHP Class mageekguy\atoum\php\tokenizer\iterators\phpClass

Inheritance: extends mageekguy\atoum\php\tokenizer\iterator
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$constants
$methods
$properties

Méthodes publiques

Méthode Description
appendConstant ( mageekguy\atoum\php\tokenizer\iterators\phpConstant $phpConstant )
appendMethod ( mageekguy\atoum\php\tokenizer\iterators\phpMethod $phpMethod )
appendProperty ( mageekguy\atoum\php\tokenizer\iterators\phpProperty $phpProperty )
getConstant ( $index )
getConstants ( )
getMethod ( $index )
getMethods ( )
getProperties ( )
getProperty ( $index )
reset ( )

Method Details

appendConstant() public méthode

public appendConstant ( mageekguy\atoum\php\tokenizer\iterators\phpConstant $phpConstant )
$phpConstant mageekguy\atoum\php\tokenizer\iterators\phpConstant

appendMethod() public méthode

public appendMethod ( mageekguy\atoum\php\tokenizer\iterators\phpMethod $phpMethod )
$phpMethod mageekguy\atoum\php\tokenizer\iterators\phpMethod

appendProperty() public méthode

public appendProperty ( mageekguy\atoum\php\tokenizer\iterators\phpProperty $phpProperty )
$phpProperty mageekguy\atoum\php\tokenizer\iterators\phpProperty

getConstant() public méthode

public getConstant ( $index )

getConstants() public méthode

public getConstants ( )

getMethod() public méthode

public getMethod ( $index )

getMethods() public méthode

public getMethods ( )

getProperties() public méthode

public getProperties ( )

getProperty() public méthode

public getProperty ( $index )

reset() public méthode

public reset ( )

Property Details

$constants protected_oe property

protected $constants

$methods protected_oe property

protected $methods

$properties protected_oe property

protected $properties