Skip to content
Snippets Groups Projects
Commit 8dfe90b0 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Suppression fichier commit par erreur

parent 818e20b2
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
<?php
$bdd = $oa->getBdd();
$console = $oa->getConsole();
$ref = new \BddAdmin\Ddl\Ddl();
$ref->loadFromDir($oa->getOseDir() . 'data/ddl');
$filters = require $oa->getOseDir() . 'data/ddl_config.php';
$mm = new MigrationManager($oa, $ref, $filters);
$mm->migration('post', 'MigrationPrivilegesServiceEditionMasse');
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sih="http://siham.amue.fr">
<soapenv:Header/>
<soapenv:Body>
<sih:RecupStructures>
<!--Optional:-->
<ParamStructure>
<!--Optional:-->
<codeAdministration></codeAdministration>
<!--Optional:-->
<dateObservation></dateObservation>
<!--Zero or more repetitions:-->
<listeUO>
<!--Optional:-->
<codeUO></codeUO>
<!--Optional:-->
<structureUO></structureUO>
<!--Optional:-->
<typeUO></typeUO>
</listeUO>
</ParamStructure>
</sih:RecupStructures>
</soapenv:Body>
</soapenv:Envelope>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment