Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 133 → Rev 134

/trunk/interfaces/controleurs/AppliControleur.php
107,9 → 107,9
$this->fusionnerSortie($module->getSortie());
}
protected function executerActionReferentiel($ClasseModule, $action, $referentiel) {
protected function executerActionReferentiel($ClasseModule, $action, $referentiel, $afficheMoteur = null) {
$module = new $ClasseModule();
$module->$action($referentiel);
$module->$action($referentiel, $afficheMoteur);
$this->fusionnerSortie($module->getSortie());
}