first global commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* MaterioMateriauNodeMigration
|
||||
*
|
||||
*/
|
||||
class PerfPerformanceNodeMigration extends PerfBasicMigration {
|
||||
public function __construct() {
|
||||
|
||||
$this->item_xpath = '/RACINE/ARBRE/INITIALE/PERFORMANCE'; // relative to document
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$this->description = t('XML feed of performances');
|
||||
// $this->dependencies = array('WineRegion', 'WineUser');
|
||||
|
||||
}
|
||||
|
||||
// public function prepareRow($row){
|
||||
// parent::prepareRow($row);
|
||||
// }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user