Xpressengine\Http\Request::originAll PHP 메소드

originAll() 공개 메소드

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