| 1 | <?php |
||
| 5 | class UrlModifyFunction |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Modify the current page URL |
||
| 9 | * |
||
| 10 | * @param array $parameters An array of parameters to add/modify in the request |
||
| 11 | * @return string The HTML link |
||
| 12 | */ |
||
| 13 | public static function __invoke(array $parameters) { |
||
| 22 | |||
| 23 | 1 | public static function get() |
|
| 27 | } |
||
| 28 |