OnGetSellingUnitEanEventListener
extends AbstractPrioritizedEventListener
in package
Class OnGetSellingUnitEanEventListener
Table of Contents
- PRIORITY = self::PRIORITY_LOW
- $service : PropertiesReaderServiceInterface
- __construct() : mixed
- OnGetSellingUnitEanEventListener constructor.
- __invoke() : mixed
- priority() : int
- Returns the priority of this event listener. The higher the returned value, the earlier it will be executed.
Constants
PRIORITY
public
mixed
PRIORITY
= self::PRIORITY_LOW
Properties
$service
protected
PropertiesReaderServiceInterface
$service
Methods
__construct()
OnGetSellingUnitEanEventListener constructor.
public
__construct(PropertiesReaderServiceInterface $service) : mixed
Parameters
- $service : PropertiesReaderServiceInterface
Return values
mixed —__invoke()
public
__invoke(OnGetSellingUnitEanEventInterface $event) : mixed
Parameters
- $event : OnGetSellingUnitEanEventInterface
Return values
mixed —priority()
Returns the priority of this event listener. The higher the returned value, the earlier it will be executed.
public
priority() : int