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