示例#1
0
文件: MockTask.php 项目: pago/pantr
 public function __construct($name)
 {
     parent::__construct($name);
 }
示例#2
0
文件: File.php 项目: pago/pantr
 public function __construct($name, $desc = '')
 {
     parent::__construct($name, $desc);
     $this->isHidden(true);
 }