The PxDocBlock Class
PxDocBlock: Class that gives access to all properties and methods of a docblock
To instantiate a docblock object, just call the constructed with the raw source code of a docblock, including
the opening and closing comments.
The title and description, and the properties will automatically be filtered out and are accessible through
this object.
You can even change the properties of the docblock, and generate the modified docblock by casting the object
to a string.
the opening and closing comments.
The title and description, and the properties will automatically be filtered out and are accessible through
this object.
You can even change the properties of the docblock, and generate the modified docblock by casting the object
to a string.
Synopsis
Class PxDocBlock
