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