responseType = $name; } protected function processBody() { $this->statusInfo ->setSeverity(ImsLtiServiceResponseStatus::SEVERITY_STATUS) ->setCodeMajor(ImsLtiServiceResponseStatus::CODEMAJOR_UNSUPPORTED) ->setDescription( $this->responseType.' is not supported' ); } }