Exemple #1
0
 public function __construct()
 {
     $this->setDirectory(__FILE__);
     $this->setSettings('settings.xml');
     $device = $this->create('device');
     $device->setSettings(\Sylma::get(self::DEVICE_SETTINGS));
     \Sylma::setManager('device', $device);
     parent::__construct();
 }
Exemple #2
0
 public function __construct()
 {
     $this->setDirectory(__FILE__);
     parent::__construct();
 }
Exemple #3
0
 public function __construct()
 {
     $this->setDirectory(__FILE__);
     $this->setSettings('settings.xml');
     parent::__construct();
 }