PHP 클래스 Smile\ElasticsuiteCore\Helper\AbstractConfiguration

저자: Aurelien FOUCRET ([email protected])
상속: extends Magento\Framework\App\Helper\AbstractHelper
파일 보기 프로젝트 열기: smile-sa/elasticsuite

보호된 프로퍼티들

프로퍼티 타입 설명
$storeManager Magento\Store\Model\StoreManagerInterface

공개 메소드들

메소드 설명
__construct ( Magento\Framework\App\Helper\Context $context, Magento\Store\Model\StoreManagerInterface $storeManager ) Constructor.

보호된 메소드들

메소드 설명
getElasticSuiteConfigParam ( string $configField ) : mixed Read a configuration param under the BASE_CONFIG_XML_PREFIX ('smile_elasticsuite_core_base_settings').

메소드 상세

__construct() 공개 메소드

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() 보호된 메소드

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.
리턴 mixed

프로퍼티 상세

$storeManager 보호되어 있는 프로퍼티

protected StoreManagerInterface,Magento\Store\Model $storeManager
리턴 Magento\Store\Model\StoreManagerInterface