Exemple #1
0
 /**
  * Singleton.
  *
  * @return Days_Url
  */
 public static function init()
 {
     if (!isset(self::$_obj)) {
         self::$_obj = new self();
     }
     return self::$_obj;
 }