Skip to content
Snippets Groups Projects
Commit f8f9a518 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

remove files and sql

parent 2e30ba65
No related branches found
No related tags found
No related merge requests found
require_once __DIR__.'/DOMTemplateProcessor.php';
$DOMTemplate = new DOMDocument();$DOMTemplate->load(__DIR__.'/test.xml');$DOMTemplateProcessor = new DOMTemplateProcessor($DOMTemplate);$DOMTemplateProcessor->setSource('bar', 'bazbull');$DOMTemplateProcessor->merge();$xml = $DOMTemplate->saveXML();
\ No newline at end of file
<?php
/*
* Copyright 2008-2017 Maarch
*
* This file is part of Maarch Framework.
*
* Maarch Framework is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Maarch Framework is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
*/
require_once __DIR__.'/ArchiveTransferReply.php';
require_once __DIR__.'/ArchiveTransfer.php';
require_once __DIR__.'/Acknowledgement.php';
// Args
//ARCHIVE TRANSFER
//$listResId = ['100','101','102'];
//$archiveTransfer = new ArchiveTransfer();
//$message = $archiveTransfer->receive($listResId);
//$archiveTransfer->sendXml($message);
// ACKNOWLEDGEMENT
//$acknowledgement = new Acknowledgement();
//$acknowledgement->send(__DIR__. DIRECTORY_SEPARATOR ."seda2". DIRECTORY_SEPARATOR . $message->messageIdentifier->value .".xml");
//ARCHIVE TRANSFER REPLY
/*
$archiveTransferReply = new ArchiveTransfertReply();
$archiveTransferReply->receive(__DIR__. DIRECTORY_SEPARATOR ."seda2". DIRECTORY_SEPARATOR . "bblier-20170216-163047_reply.xml");
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment