Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public function __construct(FinalItem $board) |
||
13 | { |
||
14 | parent::__construct( |
||
15 | [ |
||
16 | 'shard_uuid' => $board->getUuid()->getValue(), |
||
17 | 'profile' => [ |
||
18 | 'name' => $board->getProfile()->getName()->getValue(), |
||
19 | 'version' => $board->getProfile()->getVersion()->getValue(), |
||
20 | ], |
||
21 | 'data' => $board->getData()->getValue() |
||
22 | ] |
||
26 |