Xpressengine\Http\Request::originAll PHP Method

originAll() public method

Get all of the origin input and files for the request.
public originAll ( ) : array
return array
    public function originAll()
    {
        return $this->originInputSource->all();
    }