1 | <?php |
||
9 | final class PlaceholderHandler |
||
10 | { |
||
11 | private $delimiter; |
||
12 | |||
13 | 17 | public function __construct($delimiter = '%') |
|
17 | |||
18 | /** |
||
19 | * [placeholder value=18]You age is %value%[/placeholder] |
||
20 | * |
||
21 | * @param ShortcodeInterface $shortcode |
||
22 | * |
||
23 | * @return mixed |
||
24 | */ |
||
25 | 2 | public function __invoke(ShortcodeInterface $shortcode) |
|
34 | } |
||
35 |