Ejemplo n.º 1
0
 public static function get_instance()
 {
     if (NULL == self::$instance) {
         self::$instance = new CE_Alert_Option();
     }
     return self::$instance;
 }