Mockery\Generator\Method::__call PHP Метод

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

public __call ( $method, $args )
    public function __call($method, $args)
    {
        return call_user_func_array(array($this->method, $method), $args);
    }