コード例 #1
0
ファイル: state.php プロジェクト: gwtrains/comRTiPrint
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('states', null, $args, array());
     $this->arg('togglable', null, $args, true);
     if (!$this->togglable) {
         $this->enabled = false;
     }
 }
コード例 #2
0
ファイル: task.php プロジェクト: gwtrains/comRTiPrint
 function __construct($args)
 {
     parent::__construct($args);
 }