Exemplo n.º 1
0
 public function __construct(Ai1ec_Registry_Object $registry)
 {
     parent::__construct($registry);
     // Handle schema changes.
     $this->_install_schema();
     // Install the CRON
     $this->install_cron();
     $this->_xguard = $registry->get('compatibility.xguard');
 }
Exemplo n.º 2
0
 public function __construct(Ai1ec_Registry_Object $registry)
 {
     parent::__construct($registry);
 }