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

PxDocBlockProperty: This class holds a property of a docblock

Properties are tag inside the docblock which start with a @ This class is the base for other properties.

Synopsis


Class PxDocBlockProperty

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:

PxDocBlockExampleProperty - This class holds the example propery (@example)
PxDocBlockFunctionProperty - This class holds a property of a function docblock
PxDocBlockParamProperty - This class holds the param propery (@param)
PxDocBlockReturnProperty - This class holds the return propery (@return)
PxDocBlockSeeProperty - This class holds the see propery (@see)
PxDocBlockVarProperty - This class holds the var propery (@var)