public function __construct($id = 0)
 {
     parent::__construct($id);
     $this->use_jquery = true;
 }
コード例 #2
0
 public function __construct($id = 0)
 {
     parent::__construct($id + 0);
 }
コード例 #3
0
 public function __construct($id = 0)
 {
     $this->use_dojo = true;
     parent::__construct($id);
 }