PHP Class TheSeer\phpDox\DocBlock\DocBlock

Mostrar archivo Open project: theseer/phpdox Class Usage Examples

Protected Properties

Property Type Description
$elements

Public Methods

Method Description
appendElement ( GenericElement $element )
asDom ( TheSeer\fDOM\fDOMDocument $doc ) : TheSeer\fDOM\fDOMElement
getElementByName ( $name )
hasElementByName ( $name )

Method Details

appendElement() public method

public appendElement ( GenericElement $element )
$element GenericElement

asDom() public method

public asDom ( TheSeer\fDOM\fDOMDocument $doc ) : TheSeer\fDOM\fDOMElement
$doc TheSeer\fDOM\fDOMDocument
return TheSeer\fDOM\fDOMElement

getElementByName() public method

public getElementByName ( $name )

hasElementByName() public method

public hasElementByName ( $name )

Property Details

$elements protected_oe property

protected $elements