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

Inheritance: extends mageekguy\atoum\php\tokenizer\iterator
Show file Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$constants
$methods
$properties

Public Methods

Method 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 method

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

appendMethod() public method

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

appendProperty() public method

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

getConstant() public method

public getConstant ( $index )

getConstants() public method

public getConstants ( )

getMethod() public method

public getMethod ( $index )

getMethods() public method

public getMethods ( )

getProperties() public method

public getProperties ( )

getProperty() public method

public getProperty ( $index )

reset() public method

public reset ( )

Property Details

$constants protected property

protected $constants

$methods protected property

protected $methods

$properties protected property

protected $properties