| 1 | <?php |
||
| 15 | final class Serial extends Embeddable |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param string|int $number |
||
| 19 | * |
||
| 20 | * @throws \InvalidArgumentException |
||
| 21 | * @throws \OutOfRangeException |
||
| 22 | */ |
||
| 23 | 68 | public function __construct($number) |
|
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritDoc} |
||
| 42 | */ |
||
| 43 | 22 | public function equals(Embeddable $object) |
|
| 47 | } |
||
| 48 |