1 | <?php |
||
9 | final class UrlHandler |
||
10 | { |
||
11 | /** |
||
12 | * [url="http://example.org"]Click![/url] |
||
13 | * [url="http://example.org" /] |
||
14 | * [url]http://example.org[/url] |
||
15 | * |
||
16 | * @param ShortcodeInterface $shortcode |
||
17 | * |
||
18 | * @return string |
||
19 | */ |
||
20 | 2 | public function __invoke(ShortcodeInterface $shortcode) |
|
26 | } |
||
27 |