@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * and $baseUrl = 'http://127.0.0.1' and $page_lang = 'en_US' |
| 50 | 50 | * {{ getUrl('about', {'lang': page_lang}) }} produces http://127.0.0.1/en_US/about-us |
| 51 | 51 | */ |
| 52 | - protected function extendForGetUrl(){ } |
|
| 52 | + protected function extendForGetUrl() { } |
|
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | 55 | * Extend for wildcard Widget functions. Widget function determines the class and method that will be called. |