WellCommerce\Bundle\CoreBundle\Helper\Mailer\MailerHelper::__construct PHP Метод

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

MailerHelper constructor.
public __construct ( boolean $debug = false, WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface $shopStorage )
$debug boolean
$shopStorage WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface
    public function __construct(bool $debug = false, ShopStorageInterface $shopStorage)
    {
        $this->debug = $debug;
        $this->shopStorage = $shopStorage;
    }