| Total Complexity | 3 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ExportCustomerObserver implements ObserverInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ConfigHelper |
||
| 21 | */ |
||
| 22 | private $configHelper; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @var ExportCustomerService |
||
| 26 | */ |
||
| 27 | private $exportCustomerService; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param ConfigHelper $configHelper |
||
| 31 | * @param ExportCustomerService $exportCustomerService |
||
| 32 | */ |
||
| 33 | public function __construct( |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @inheritDoc |
||
| 43 | */ |
||
| 44 | public function execute(Observer $observer) |
||
| 56 |