Property | Type | Description | |
---|---|---|---|
$constants | |||
$methods | |||
$properties |
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 ( ) |
public appendConstant ( mageekguy\atoum\php\tokenizer\iterators\phpConstant $phpConstant ) | ||
$phpConstant | mageekguy\atoum\php\tokenizer\iterators\phpConstant |
public appendMethod ( mageekguy\atoum\php\tokenizer\iterators\phpMethod $phpMethod ) | ||
$phpMethod | mageekguy\atoum\php\tokenizer\iterators\phpMethod |
public appendProperty ( mageekguy\atoum\php\tokenizer\iterators\phpProperty $phpProperty ) | ||
$phpProperty | mageekguy\atoum\php\tokenizer\iterators\phpProperty |