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

isWritable() public method

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