PHP Class TheSeer\phpDox\Collector\ConstantObject

Afficher le fichier Open project: theseer/phpdox Class Usage Examples

Protected Properties

Свойство Type Description
$ctx

Méthodes publiques

Méthode Description
__construct ( TheSeer\fDOM\fDOMElement $ctx )
export ( )
setConstantReference ( $const )
setDocBlock ( DocBlock $docblock )
setName ( $name )
setType ( $type )
setValue ( $value )

Method Details

__construct() public méthode

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

export() public méthode

public export ( )

setConstantReference() public méthode

public setConstantReference ( $const )

setDocBlock() public méthode

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

setName() public méthode

public setName ( $name )

setType() public méthode

public setType ( $type )

setValue() public méthode

public setValue ( $value )

Property Details

$ctx protected_oe property

protected $ctx