Skip to content
Snippets Groups Projects
Commit 9f630be9 authored by efalcy's avatar efalcy Committed by gloas
Browse files

#12688 : Import Numerique Premium file (CSV) : batch

parent 753b21a9
Branches
Tags
1 merge request!258Dev/13872 Orphee Allow Hold Available Items
......@@ -29,6 +29,8 @@ class Class_Batch extends Storm_Model_Abstract {
/** ['TYPE' => ['Class' ,'function'] ,'Libelle' ,AdminVar::isEnabled] **/
protected static $_BATCH= ['MOISSONNAGE_VODECLIC' => ['Class_WebService_BibNumerique_Vodeclic' ,'harvest' ,'Moissonner catalogue Vodeclic' ,'isVodeclicEnabled'],
'MOISSONNAGE_ARTEVOD' => ['Class_WebService_BibNumerique_ArteVOD' ,'harvest' ,'Moissonner catalogue ArteVOD' ,'isArteVodEnabled'],
'MOISSONNAGE_NUMERIQUEPREMIUM' => ['Class_WebService_BibNumerique_NumeriquePremium' ,'harvest' ,'Moissonner catalogue Numerique premium' ,'isNumeriquePremiumEnabled'],
'MOISSONNAGE_NUMILOG' => ['Class_WebService_BibNumerique_Numilog' ,'harvest' ,'Moissonner catalogue Numilog' ,'isNumilogEnabled'],
'MOISSONNAGE_TOUTAPPRENDRE' => ['Class_WebService_BibNumerique_ToutApprendre' ,'harvest' ,'Moissonner catalogue Tout apprendre' ,'isToutApprendreEnabled'],
'IMPORT_TYPO3' => ['Class_Agenda_SQY' ,'importFromURL' ,'Import des TYPO3 depuis le site SQY' ,'isTypo3Enabled'],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment