__call()
__construct()
getDocBlock()
getNode()
inherit()
setNodes()
getDirectElementsByTagName()
$node
$nodes
Base class for adding inheritance to an element.
| category | phpDocumentor |
|---|---|
| package | Transformer |
| subpackage | Behaviour |
| author | Mike van Riel |
| license | MIT |
| link | http://phpdoc.org |
__call(string $name, \mixed[] $arguments) : mixed
stringMethod name.
\mixed[]Array containing the method arguments.
mixed__construct(DOMElement $node, array $nodes)
\phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_Class[]&$nodes Associative array containing all class/interface type nodes.
getDocBlock() : \phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_DocBlock
inherit(\phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_Abstract $parent) : void
\phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_Abstractparent node to inherit data from.
setNodes(\phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_Class[] $nodes)
\phpDocumentor_Plugin_Core_Transformer_Behaviour_Inherit_Node_Class[]&$nodes Associative array containing all class/interface type nodes.
getDirectElementsByTagName(\DOMElement | \InheritClass $node, string $element_name) : \DOMElement[]
getElementsByTagName returns all DOMElements with the given tag name regardless where in the DOM subtree they are. This method checks whether the parent node matches the given node and thus determines whether it is a direct child.
stringName of the element to find.