Example #1
0
 public function __construct(ItemMapper $itemMapper, StatusFlag $statusFlag, $timeFactory, Config $config)
 {
     parent::__construct($itemMapper);
     $this->statusFlag = $statusFlag;
     $this->autoPurgeCount = $config->getAutoPurgeCount();
     $this->timeFactory = $timeFactory;
     $this->itemMapper = $itemMapper;
 }