PerfMigrate.performance.inc 473 B

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