| 1 | <?php  | 
            ||
| 11 | final class DateCell implements CellInterface  | 
            ||
| 12 | { | 
            ||
| 13 | private $position;  | 
            ||
| 14 | private $date;  | 
            ||
| 15 | private $string;  | 
            ||
| 16 | |||
| 17 | 3 | public function __construct(  | 
            |
| 25 | |||
| 26 | 2 | public function position(): Position  | 
            |
| 30 | |||
| 31 | /**  | 
            ||
| 32 |      * {@inheritdoc} | 
            ||
| 33 | */  | 
            ||
| 34 | 3 | public function value()  | 
            |
| 38 | |||
| 39 | 1 | public function __toString(): string  | 
            |
| 43 | }  | 
            ||
| 44 |