Call us: 0031 23-75-10500  |  Language: Dutch English German
 
The PxFunctionDocBlock Class

PxFunctionDocBlock: Class that holds the docblock of a method

This extends the class PxDocBlock for basic functionality in addition to these this class offers functions to
get access to the parameters and return property of the docblock.

Synopsis


Class PxFunctionDocBlock extends PxDocBlock

Inherited methods

public string PxDocBlock::__toString ( void )
public PxDocBlockProperty PxDocBlock::addProperty ( string $type , string $line )
public string PxDocBlock::description ( void )
public boolean PxDocBlock::modified ( void )
public PxDocBlockProperty[] PxDocBlock::properties ( [string|boolean $type = false] )
public PxDocBlockProperty PxDocBlock::property ( string $type )
public PxDocBlock PxDocBlock::setDescription ( string $description )
public PxDocBlock PxDocBlock::setTitle ( string $title )
public string PxDocBlock::title ( void )

See Also:

PxDocBlock - Class that gives access to all properties and methods of a docblock