Eloquent\Phony\Stub\Answer\CallRequest::suffixArguments PHP Method

suffixArguments() public method

Returns true if the incoming arguments should be appended to the final arguments.
public suffixArguments ( ) : boolean
return boolean True if arguments should be appended.
    public function suffixArguments()
    {
        return $this->suffixArguments;
    }