Lggr
Static Public Member Functions | List of all members
DeepCopy\Reflection\ReflectionHelper Class Reference

Static Public Member Functions

static getProperties (ReflectionClass $ref)
 
static getProperty ($object, $name)
 

Member Function Documentation

◆ getProperties()

static DeepCopy\Reflection\ReflectionHelper::getProperties ( ReflectionClass  $ref)
static

Retrieves all properties (including private ones), from object and all its ancestors.

Standard \ReflectionClass->getProperties() does not return private properties from ancestor classes.

Author
murat.nosp@m.yama.nosp@m.n@gma.nosp@m.il.c.nosp@m.om
See also
http://php.net/manual/en/reflectionclass.getproperties.php
Parameters
ReflectionClass$ref
Returns
ReflectionProperty[]

◆ getProperty()

static DeepCopy\Reflection\ReflectionHelper::getProperty (   $object,
  $name 
)
static

Retrieves property by name from object and all its ancestors.

Parameters
object | string$object
string$name
Exceptions
PropertyException
ReflectionException
Returns
ReflectionProperty

The documentation for this class was generated from the following file: