Example #1
0
 /**
  * 
  * @param string $module
  * @param string $migrationClassPath
  */
 public function __construct($module = 'centreon', $migrationClassPath = null)
 {
     parent::__construct('centreon');
     $this->module = $module;
     if (!is_null($migrationClassPath)) {
         $this->setOutputDir($migrationClassPath);
     }
 }
Example #2
0
 /**
  * 
  * @param string $module
  */
 public function __construct($module = 'centreon')
 {
     parent::__construct($module);
 }