示例#1
0
文件: Theme.class.php 项目: vvcumt/zk
 public function __construct($nModule = COOLXIU_TYPE_THEMES)
 {
     parent::__construct();
     $this->strType = 'themes';
     $this->bHavePaid = true;
     $this->_nModule = $nModule;
 }
示例#2
0
文件: Scene.class.php 项目: vvcumt/zk
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'lockscreens';
     $this->bHavePaid = true;
 }
示例#3
0
文件: Alarm.class.php 项目: vvcumt/zk
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'alarm';
 }
示例#4
0
文件: Font.class.php 项目: vvcumt/zk
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'fonts';
     $this->bHavePaid = true;
 }
示例#5
0
文件: Album.class.php 项目: vvcumt/zk
 public function __construct()
 {
     parent::__construct();
 }
示例#6
0
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'wallpapers';
 }