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

PxReflectionProperty: The PxReflectionProperty class reports information about a property

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

Synopsis


Class PxReflectionProperty extends ReflectionProperty implements Reflector

Inherited properties

public unknown ReflectionProperty->class= '';
public unknown ReflectionProperty->name= '';

Inherited methods

public static ReflectionProperty::export ( $class , $name , [ $return = 'unknown'] )
public ReflectionProperty::getValue ( [ $object = 'unknown'] )
public ReflectionProperty::setValue ( $object , [ $value = 'unknown'] )