PHP 클래스 mageekguy\atoum\php\tokenizer\iterators\phpClass

상속: extends mageekguy\atoum\php\tokenizer\iterator
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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