1 | <?php |
||
9 | final class PlaceholderUtil |
||
10 | { |
||
11 | /** |
||
12 | * @param string $placeholder |
||
13 | * @return bool |
||
14 | */ |
||
15 | 31 | public static function isValidPlaceholder(string $placeholder): bool |
|
23 | |||
24 | /** |
||
25 | * @param string $placeholder |
||
26 | */ |
||
27 | 27 | public static function isValidPlaceholderOrThrowException(string $placeholder) |
|
35 | } |
||
36 |