Exemplo n.º 1
0
 /**
  * Constructor, receives task settings
  * @param array $config
  */
 public function __construct(array $config)
 {
     $this->_config = $config;
     $this->_tm = Bgtask_Manager::getInstance();
     $this->_logger = $this->_tm->getLogger();
     $this->_init();
     $this->run();
 }