コード例 #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;
 }