コード例 #1
0
ファイル: StatusResponse.php プロジェクト: hexacta/lightsaml
 protected function prepareForXml()
 {
     parent::prepareForXml();
     if (!$this->getStatus()) {
         throw new InvalidResponseException('Missing Status');
     }
 }