Eloquent\Phony\Mock\Method\WrappedUncallableMethod::invokeWith PHP Метод

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

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Arguments | array The arguments.
Результат mixed The result of invocation.
    public function invokeWith($arguments = array())
    {
        return null;
        // do nothing
    }
WrappedUncallableMethod