Exemplo n.º 1
0
 protected static function get_instance()
 {
     if (self::$instance === null) {
         self::$instance = new ThietkewebSlider();
     }
     return self::$instance;
 }