Exemple #1
0
 public static function url($path, array $query = [])
 {
     return Request::fullUrlWithQuery(array_merge($query, [self::GET_PARAM => $path]));
 }
 public function url(array $query = [])
 {
     return Request::fullUrlWithQuery(array_merge($query, [self::REQUEST_PARAM => $this->name]));
 }