Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor::getValue PHP Method

getValue() public method

public getValue ( $objectOrArray, $propertyPath )
    public function getValue($objectOrArray, $propertyPath)
    {
        $this->__call(__METHOD__, func_get_args());
    }