\phpDocumentor\Plugin\Core\Transformer\Behaviour\TagIgnoreTag

Behaviour that adds support for @ignore tag.

Summary

Methods
Properties
Constants
process()
No public properties found
No constants found
No protected methods found
$tag
N/A
No private methods found
No private properties found
N/A

Properties

$tag

$tag : 

Type

Methods

process()

process(\DOMDocument  $xml) : \DOMDocument

Removes DocBlocks marked with 'ignore' tag from the structure.

Parameters

\DOMDocument $xml

Structure source to apply behaviour onto.

Returns

\DOMDocument