The PxDocBlockProperty Class
PxDocBlockProperty: This class holds a property of a docblock
Properties are tag inside the docblock which start with a @ This class is the base for other properties.
Synopsis
Class PxDocBlockProperty
Methods
See Also:
PxDocBlockExampleProperty - This class holds the example propery (@example)
PxDocBlockFunctionProperty - This class holds a property of a function docblock
PxDocBlockParamProperty - This class holds the param propery (@param)
PxDocBlockReturnProperty - This class holds the return propery (@return)
PxDocBlockSeeProperty - This class holds the see propery (@see)
PxDocBlockVarProperty - This class holds the var propery (@var)
