| 1 | <?php |
||
| 9 | class ConcludeCommandHandler extends Udb3CommandHandler |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var RepositoryInterface |
||
| 13 | */ |
||
| 14 | protected $offerRepository; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * ConcludeCommandHandler constructor. |
||
| 18 | * |
||
| 19 | * @param RepositoryInterface $offerRepository |
||
| 20 | */ |
||
| 21 | public function __construct(RepositoryInterface $offerRepository) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param Conclude $conclude |
||
| 28 | */ |
||
| 29 | public function handleConclude(Conclude $conclude) |
||
| 38 | } |
||
| 39 |