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