Protected Properties | |
string[] | $warnings = [] |
Protected Methods | |
void | writeDocBlock (RefXML $xml, string $docblock) |
Writes the docblock. More... | |
void | writeDocBlock_Prune (&$docblock) |
void | writeDocBlock_Tags (RefXML $xml, string &$docblock) |
void | writeDocBlock_Tags_internal (RefXML $xml, string &$docblock) |
void | writeDocBlock_Tags_see (RefXML $xml, string &$docblock) |
void | writeDocBlock_Tags_todo (RefXML $xml, string &$docblock) |
|
protected |
Writes the docblock.
Instead of pulling the docblock from $this
, a working-copy is given.
This gives the reflector a chance to modify the docblock before it's committed.
The docblock is cleaned of inconsequential leading whitespace (before *
) on each line, and is ultimately ignored if empty.
RefXML | $xml | |
string | $docblock |
|
protected |
$docblock |
|
protected |
RefXML | $xml | |
string | $docblock |
Reimplemented in AbstractRefClass.
|
protected |
RefXML | $xml | |
string | $docblock |
|
protected |