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

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

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