| 1 | <?php  | 
            ||
| 9 | class CardsIdCollection  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var array  | 
            ||
| 13 | */  | 
            ||
| 14 | private $cardsId;  | 
            ||
| 15 | |||
| 16 | 5 | public function __construct(array $cardsId)  | 
            |
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * @return array  | 
            ||
| 23 | */  | 
            ||
| 24 | 5 | public function getCardsId(): array  | 
            |
| 28 | |||
| 29 | 3 | public static function createFromArray(array $cards) :CardsIdCollection  | 
            |
| 40 | |||
| 41 | 2 | public static function createFromId(string $cardId) :CardsIdCollection  | 
            |
| 45 | }  |