예제 #1
0
 public function __construct()
 {
     // debug::add_info("(".__FILE__.")<b>".__CLASS__."</b>::".__FUNCTION__."() betreten.");
     parent::__construct(__CLASS__);
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct(__CLASS__);
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct(__CLASS__);
     $this->points = json_decode(app::$settings['points']);
 }