DMS\Filter\ObjectWalker::getPropertyValue PHP Method

getPropertyValue() private method

Retrieves the value of the property, overcoming visibility problems
private getPropertyValue ( string $propertyName ) : mixed
$propertyName string
return mixed
    private function getPropertyValue($propertyName)
    {
        return $this->getAccessibleReflectionProperty($propertyName)->getValue($this->object);
    }