Call us: 0031 23-75-10500  |  Language: Dutch English German
 
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.

Synopsis


Class PxDocBlockFunctionProperty extends PxDocBlockProperty

Inherited methods

public string PxDocBlockProperty::__toString ( void )
public string PxDocBlockProperty::argument ( int $i )
public array PxDocBlockProperty::arguments ( void )
public string PxDocBlockProperty::name ( void )
public string PxDocBlockProperty::text ( [int $start = 0] )

See Also:

PxDocBlockProperty - This class holds a property of a docblock
PxDocParamProperty PxDocReturnProperty