Esempio n. 1
0
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('states', null, $args, array());
     $this->arg('togglable', null, $args, true);
     if (!$this->togglable) {
         $this->enabled = false;
     }
 }
Esempio n. 2
0
 function __construct($args)
 {
     parent::__construct($args);
 }