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

PxReflectionClass: Reports information about a class

This class extends the php ReflectionClass. In addition to the functions which ReflectionClass offers this
class also gives you access to the docblock object, the source code and other functions.

Synopsis


Class PxReflectionClass extends ReflectionClass implements Reflector

Inherited properties

public unknown ReflectionClass->name= '';

Methods

public string PxReflectionClass::__toString ( void )
public array PxReflectionClass::getMethods ( [integer $filter = -1] )
public array PxReflectionClass::getOwnMethods ( [integer $filter = -1] )
public array PxReflectionClass::getOwnProperties ( [integer $filter = -1] )
public array PxReflectionClass::getProperties ( [integer $filter = -1] )
public integer PxReflectionClass::getStartLine ( void )
public array PxReflectionClass::initMethods ( void )
public boolean PxReflectionClass::isModified ( void )

Inherited methods

public ReflectionClass::__construct ( $argument )
public static ReflectionClass::export ( $argument , [ $return = 'unknown'] )
public ReflectionClass::getName ( void )
public ReflectionClass::getStaticPropertyValue ( $name , [ $default = 'unknown'] )
public ReflectionClass::hasMethod ( $name )
public ReflectionClass::isFinal ( void )
public ReflectionClass::isInstance ( $object )
public ReflectionClass::newInstanceArgs ( [ $args = 'unknown'] )
public ReflectionClass::setStaticPropertyValue ( $name , $value )