PHP Class Smile\ElasticsuiteCore\Helper\AbstractConfiguration

Author: Aurelien FOUCRET ([email protected])
Inheritance: extends Magento\Framework\App\Helper\AbstractHelper
Afficher le fichier Open project: smile-sa/elasticsuite

Protected Properties

Свойство Type Description
$storeManager Magento\Store\Model\StoreManagerInterface

Méthodes publiques

Méthode Description
__construct ( Magento\Framework\App\Helper\Context $context, Magento\Store\Model\StoreManagerInterface $storeManager ) Constructor.

Méthodes protégées

Méthode Description
getElasticSuiteConfigParam ( string $configField ) : mixed Read a configuration param under the BASE_CONFIG_XML_PREFIX ('smile_elasticsuite_core_base_settings').

Method Details

__construct() public méthode

Constructor.
public __construct ( Magento\Framework\App\Helper\Context $context, Magento\Store\Model\StoreManagerInterface $storeManager )
$context Magento\Framework\App\Helper\Context Helper context.
$storeManager Magento\Store\Model\StoreManagerInterface Store manager.

getElasticSuiteConfigParam() protected méthode

Read a configuration param under the BASE_CONFIG_XML_PREFIX ('smile_elasticsuite_core_base_settings').
protected getElasticSuiteConfigParam ( string $configField ) : mixed
$configField string Configuration field name.
Résultat mixed

Property Details

$storeManager protected_oe property

protected StoreManagerInterface,Magento\Store\Model $storeManager
Résultat Magento\Store\Model\StoreManagerInterface