1 | <?php |
||
8 | class Entry |
||
9 | { |
||
10 | /** |
||
11 | * @var EntryTransactionDetail |
||
12 | */ |
||
13 | private $entryTransactionDetailDecoder; |
||
14 | |||
15 | 16 | public function __construct(EntryTransactionDetail $entryTransactionDetailDecoder) |
|
19 | |||
20 | /** |
||
21 | * @param DTO\Entry $entry |
||
22 | * @param SimpleXMLElement $xmlEntry |
||
23 | */ |
||
24 | 11 | public function addTransactionDetails(DTO\Entry $entry, SimpleXMLElement $xmlEntry) |
|
41 | } |
||
42 |