示例#1
0
文件: mtree.php 项目: bizanto/Hooked
 public function __construct()
 {
     parent::__construct();
     $this->_name = 'Mosets Tree';
 }
示例#2
0
文件: joomla.php 项目: bizanto/Hooked
 public function __construct()
 {
     parent::__construct();
     $this->_name = 'Joomla';
 }
示例#3
0
文件: docman.php 项目: bizanto/Hooked
 public function __construct()
 {
     parent::__construct();
     $this->_name = 'Docman';
 }
示例#4
0
文件: zoo2.php 项目: bizanto/Hooked
 public function __construct()
 {
     parent::__construct();
     $this->_name = 'Zoo v2';
 }