PHP 클래스 TheSeer\phpDox\Collector\ConstantObject

파일 보기 프로젝트 열기: theseer/phpdox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ctx

공개 메소드들

메소드 설명
__construct ( TheSeer\fDOM\fDOMElement $ctx )
export ( )
setConstantReference ( $const )
setDocBlock ( DocBlock $docblock )
setName ( $name )
setType ( $type )
setValue ( $value )

메소드 상세

__construct() 공개 메소드

public __construct ( TheSeer\fDOM\fDOMElement $ctx )
$ctx TheSeer\fDOM\fDOMElement

export() 공개 메소드

public export ( )

setConstantReference() 공개 메소드

public setConstantReference ( $const )

setDocBlock() 공개 메소드

public setDocBlock ( DocBlock $docblock )
$docblock TheSeer\phpDox\DocBlock\DocBlock

setName() 공개 메소드

public setName ( $name )

setType() 공개 메소드

public setType ( $type )

setValue() 공개 메소드

public setValue ( $value )

프로퍼티 상세

$ctx 보호되어 있는 프로퍼티

protected $ctx