Methods summary
Modifier and Type | Method |
---|---|
public | __construct ( unknown propertyName ) |
public string | getPropertyName ( ) |
public TypeConstraint | getConstraint ( ) |
public | setConstraint ( TypeConstraint constraints ) |
public boolean | isNullReturnAllowed ( ) |
public | setNullReturnAllowed ( bool nullReturnAllowed ) |
public | setValue ( object object , mixed value , string validate = true ) |
public mixed | getValue ( object object ) |
public | __toString ( ) |
Methods in detail
-
__construct
public __construct ( unknown propertyName ) -
getPropertyName
string public getPropertyName ( )Specified: AccessProxyOverrides: AccessProxy::getPropertyName() -
getConstraint
TypeConstraint public getConstraint ( )Specified: AccessProxyOverrides: AccessProxy::getConstraint() -
setConstraint
Specified: AccessProxyOverrides: AccessProxy::setConstraint() -
isNullReturnAllowed
boolean public isNullReturnAllowed ( )Specified: AccessProxyOverrides: AccessProxy::isNullReturnAllowed() -
setNullReturnAllowed
public setNullReturnAllowed ( bool nullReturnAllowed )Specified: AccessProxyOverrides: AccessProxy::setNullReturnAllowed() -
setValue
public setValue ( object object , mixed value , string validate = true )Specified: AccessProxyOverrides: AccessProxy::setValue() -
getValue
mixed public getValue ( object object )Specified: AccessProxyOverrides: AccessProxy::getValue() -
__toString
public __toString ( )Specified: AccessProxyOverrides: AccessProxy::__toString()