Class AccessorReflection
Provides methods to reflect on accessor.
Methods summary
public static
ReflectionProperty[]
|
#
resolve_private_properties( string|object $reference )
Returns the private properties defined by the reference, this includes the private properties defined by the whole class inheritance. |
public static
ReflectionProperty[]
|
#
resolve_facade_properties( string|
Returns the façade properties implemented by the specified reference. |