Nelmio\Alice\Symfony\PropertyAccess\FakePropertyAccessor::getValue PHP Метод

getValue() публичный Метод

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