예제 #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';
 }