Beispiel #1
0
 public function __construct($nModule = COOLXIU_TYPE_THEMES)
 {
     parent::__construct();
     $this->strType = 'themes';
     $this->bHavePaid = true;
     $this->_nModule = $nModule;
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'lockscreens';
     $this->bHavePaid = true;
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'alarm';
 }
Beispiel #4
0
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'fonts';
     $this->bHavePaid = true;
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->strType = 'wallpapers';
 }