Static Public Member Functions | |
static | getProperties (ReflectionClass $ref) |
static | getProperty ($object, $name) |
|
static |
Retrieves all properties (including private ones), from object and all its ancestors.
Standard \ReflectionClass->getProperties() does not return private properties from ancestor classes.
ReflectionClass | $ref |
|
static |
Retrieves property by name from object and all its ancestors.
object | string | $object | |
string | $name |
PropertyException | |
ReflectionException |