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

Synopsis


Class PxDocBlockReturnProperty extends PxDocBlockFunctionProperty, 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] )
public string PxDocBlockFunctionProperty::type ( void )
public array PxDocBlockFunctionProperty::types ( void )

See Also:

PxDocBlockFunctionProperty - This class holds a property of a function docblock
PxDocBlockParamProperty - This class holds the param propery (@param)