Elcodi\Store\CoreBundle\EventListener\StoreUnavailableEventListener::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( Elcodi\Component\Store\Entity\Interfaces\StoreInterface $store, string $message = '' )
$store Elcodi\Component\Store\Entity\Interfaces\StoreInterface Store
$message string Error message
    public function __construct(StoreInterface $store, $message = '')
    {
        $this->store = $store;
        $this->message = $message;
    }
StoreUnavailableEventListener