예제 #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->tableName = Module::getInstance()->tableName;
 }
예제 #2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->module = Module::getInstance();
     register_shutdown_function([$this, 'flush']);
 }