n2n Page Rocket 1 API

n2n\reflection\property

­Property­Access­Proxy

PropertyAccessProxy implements AccessProxy

All Implemented Interfaces:

Methods summary

Modifier and Type Method
public __construct ( unknown propertyName , ReflectionProperty property = null , ReflectionMethod getterMethod = null , ReflectionMethod setterMethod = null )
public getBaseConstraint ( )
public isNullPossible ( )
public string getPropertyName ( )
public getProperty ( )
public isReadable ( )
public isWritable ( )
public boolean isNullReturnAllowed ( )
public setNullReturnAllowed ( bool nullReturnAllowed )
public getSetterMethod ( )
public getGetterMethod ( )
public TypeConstraint getConstraint ( )
public setConstraint ( TypeConstraint constraints )
public setForcePropertyAccess ( unknown forcePropertyAccess )
public isPropertyAccessSetterMode ( )
public isPropertyAccessGetterMode ( )
public setValue ( object object , mixed value , string validate = true )
public mixed getValue ( object object )
public createMethodInvokeException ( ReflectionMethod method , Exception previous , unknown object = null )
public __toString ( )

Methods in detail