Controllers\xAPI\BaseController::setParameters PHP Method

setParameters() public method

Get all of the input and files for the request and store them in params.
public setParameters ( )
    public function setParameters()
    {
        $this->params = \LockerRequest::all();
        $this->params['content'] = \LockerRequest::getContent();
    }