예제 #1
0
파일: Util.php 프로젝트: zara-4/php-sdk
 /**
  * Get the url to the given path.
  *
  * @param $path
  * @return string
  */
 public static function url($path)
 {
     return Config::BASE_URL() . $path;
 }