Example #1
0
 /**
  * @return UrlType
  */
 public static function url()
 {
     return self::$urlType ?: (self::$urlType = new UrlType());
 }