PHP Class TheSeer\phpDox\Collector\AbstractVariableObject

Exibir arquivo Open project: theseer/phpdox Class Usage Examples

Protected Properties

Property Type Description
$ctx TheSeer\fDOM\fDOMElement

Public Methods

Method Description
__construct ( TheSeer\fDOM\fDOMElement $ctx )
export ( ) : TheSeer\fDOM\fDOMElement
getLine ( ) : string
getName ( ) : DOMAttr
getType ( ) : string
setConstant ( $const )
setDefault ( $value )
setLine ( $line )
setName ( $name )
setType ( $type )

Method Details

__construct() public method

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

export() public method

public export ( ) : TheSeer\fDOM\fDOMElement
return TheSeer\fDOM\fDOMElement

getLine() public method

public getLine ( ) : string
return string

getName() public method

public getName ( ) : DOMAttr
return DOMAttr

getType() public method

public getType ( ) : string
return string

setConstant() public method

public setConstant ( $const )

setDefault() public method

public setDefault ( $value )
$value

setLine() public method

public setLine ( $line )
$line

setName() public method

public setName ( $name )
$name

setType() public method

public setType ( $type )
$type

Property Details

$ctx protected_oe property

protected fDOMElement,TheSeer\fDOM $ctx
return TheSeer\fDOM\fDOMElement