예제 #1
0
파일: Types.php 프로젝트: aeshion/ZeroPHP
 /**
  * @return UrlType
  */
 public static function url()
 {
     return self::$urlType ?: (self::$urlType = new UrlType());
 }