The PxDocBlockParamProperty Class
PxDocBlockParamProperty: This class holds the param propery (@param)
The param property is an extension to the FunctionProperty. This is done because it contains an property with
a type followed by a description and the same base is used for the return property.
a type followed by a description and the same base is used for the return property.
Synopsis
Class PxDocBlockParamProperty extends PxDocBlockFunctionProperty, PxDocBlockProperty
Inherited methods
public PxDocBlockFunctionProperty PxDocBlockFunctionProperty::setDescription ( string $description )
See Also:
PxDocBlockFunctionProperty - This class holds a property of a function docblock
PxDocBlockReturnProperty - This class holds the return propery (@return)
