Exemple #1
0
 function __construct($backend, $settings = array(), $logpreface = "")
 {
     $this->setnames = array('watch' => array('true' => "watch", 'false' => "unwatch"), 'unwatch' => array('true' => "unwatch", 'false' => "watch"));
     parent::__construct($backend, $settings, $logpreface);
 }
Exemple #2
0
 function __construct($backend, $settings = array(), $logpreface = "")
 {
     $this->setnames = array('minor' => array('true' => "minor", 'false' => "notminor"), 'notminor' => array('true' => "notminor", 'false' => "minor"));
     parent::__construct($backend, $settings, $logpreface);
 }
Exemple #3
0
 function __construct($backend, $params = NULL, $modulename = NULL)
 {
     $this->modulename = $modulename;
     parent::__construct($backend, $params);
 }