PerfMigrate.groupe.inc 479 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * PerfGroupeNodeMigration
  4. *
  5. */
  6. class PerfGroupeNodeMigration extends PerfBasicMigration {
  7. public function __construct() {
  8. $this->item_xpath = '/RACINE/ARBRE/INITIALE/GROUPE/PERFORMANCE'; // relative to document
  9. parent::__construct();
  10. $this->description = t('XML feed of groupe of performances');
  11. // $this->dependencies = array('WineRegion', 'WineUser');
  12. }
  13. // public function prepareRow($row){
  14. // parent::prepareRow($row);
  15. // }
  16. }