You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Returns the base URL of the current request."
6
6
},
7
7
"Url::canonical": {
@@ -11,42 +11,42 @@
11
11
},
12
12
"Url::current": {
13
13
"prefix": "Url::current",
14
-
"body": "Url::current(${['src' => null]})$3",
14
+
"body": "Url::current(${['src' => null]})$2",
15
15
"description": "Creates a URL by using the current route and the GET parameters."
16
16
},
17
17
"Url::home": {
18
18
"prefix": "Url::home",
19
-
"body": "Url::home(\\$${schema = null]})$3",
19
+
"body": "Url::home(\\$${1:schema = null]})$3",
20
20
"description": "Returns the home URL."
21
21
},
22
22
"Url::isRelative": {
23
23
"prefix": "Url::isRelative",
24
-
"body": "Url::isRelative(\\$${url})$3",
24
+
"body": "Url::isRelative(\\$${1:url})$2",
25
25
"description": "Returns a value indicating whether a URL is relative."
26
26
},
27
27
"Url::normalizeRoute": {
28
28
"prefix": "Url::normalizeRoute",
29
-
"body": "Url::normalizeRoute(\\$${route})$3",
29
+
"body": "Url::normalizeRoute(\\$${1:route})$2",
30
30
"description": "Normalizes route and makes it suitable for UrlManager. Absolute routes are staying as is while relative routes are converted to absolute ones."
31
31
},
32
32
"Url::previous": {
33
33
"prefix": "Url::previous",
34
-
"body": "Url::previous(\\$${name = null})$3",
34
+
"body": "Url::previous(\\$${1:name = null})$2",
35
35
"description": "Returns the URL previously remembered."
36
36
},
37
37
"Url::remember": {
38
38
"prefix": "Url::remember",
39
-
"body": "Url::remember(\\$${name = null})$3",
39
+
"body": "Url::remember(\\$${1:name = null})$2",
40
40
"description": "Remembers the specified URL so that it can be later fetched back by previous()."
0 commit comments