The PxDocBlockReturnProperty Class
PxDocBlockReturnProperty: This class holds the return propery (@return)
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 param property.
a type followed by a description and the same base is used for the param property.
Synopsis
Class PxDocBlockReturnProperty extends PxDocBlockFunctionProperty, PxDocBlockProperty
Inherited methods
public PxDocBlockFunctionProperty PxDocBlockFunctionProperty::setDescription ( string $description )
See Also:
PxDocBlockFunctionProperty - This class holds a property of a function docblock
PxDocBlockParamProperty - This class holds the param propery (@param)
