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

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

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