Eloquent\Phony\Stub\Answer\CallRequest::suffixArguments PHP Метод

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

Returns true if the incoming arguments should be appended to the final arguments.
public suffixArguments ( ) : boolean
Результат boolean True if arguments should be appended.
    public function suffixArguments()
    {
        return $this->suffixArguments;
    }