| 1 | <?php |
||
| 9 | class PixEntries |
||
| 10 | { |
||
| 11 | /** @var AddressingKey */ |
||
| 12 | public $addressingKey; |
||
| 13 | |||
| 14 | /** @var AddressingAccount */ |
||
| 15 | public $account; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * This validate and return an array |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | public function toArray(): array |
||
| 26 | |||
| 27 | /** |
||
| 28 | * This function validate a Addressing Key |
||
| 29 | */ |
||
| 30 | public function validate() |
||
| 38 | } |
||
| 39 |