Nelmio\Alice\NotCallableTrait::__call PHP Метод

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

public __call ( $method, $arguments )
    public function __call($method, $arguments)
    {
        throw new \DomainException(sprintf('Did not expect "%s" to be called.', $method));
    }
NotCallableTrait