The PxDocBlockFunctionProperty Class
PxDocBlockFunctionProperty: This class holds a property of a function docblock
It contains type(s) followed by a description. Currently this property can eather be @param or @return. This
property is an extension to the normal property, with some extra methods that contain type information and
description.
property is an extension to the normal property, with some extra methods that contain type information and
description.
Synopsis
Class PxDocBlockFunctionProperty extends PxDocBlockProperty
Methods
public PxDocBlockFunctionProperty PxDocBlockFunctionProperty::setDescription ( string $description )
Inherited methods
See Also:
PxDocBlockProperty - This class holds a property of a docblock
PxDocParamProperty
PxDocReturnProperty
