| 1 | <?php |
||
| 15 | */ |
||
| 16 | class BMPString extends PrimitiveString |
||
| 17 | { |
||
| 18 | use UniversalClass; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Constructor. |
||
| 22 | * |
||
| 23 | * @param string $string |
||
| 24 | */ |
||
| 25 | 5 | public function __construct(string $string) |
|
| 29 | 4 | } |
|
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | 5 | protected function _validateString(string $string): bool |
|
| 41 | } |
||
| 42 | } |
||
| 43 |