PHP Класс mageekguy\atoum\php\tokenizer\iterators\phpClass

Наследование: extends mageekguy\atoum\php\tokenizer\iterator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$constants
$methods
$properties

Открытые методы

Метод Описание
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 ( )

Описание методов

appendConstant() публичный Метод

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

appendMethod() публичный Метод

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

appendProperty() публичный Метод

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

getConstant() публичный Метод

public getConstant ( $index )

getConstants() публичный Метод

public getConstants ( )

getMethod() публичный Метод

public getMethod ( $index )

getMethods() публичный Метод

public getMethods ( )

getProperties() публичный Метод

public getProperties ( )

getProperty() публичный Метод

public getProperty ( $index )

reset() публичный Метод

public reset ( )

Описание свойств

$constants защищенное свойство

protected $constants

$methods защищенное свойство

protected $methods

$properties защищенное свойство

protected $properties