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