PHP 클래스 Smile\ElasticsuiteCore\Controller\Adminhtml\Search\Request\RelevanceConfig\AbstractScopeConfig

저자: Romain Ruaud ([email protected])
상속: extends AbstractConfig
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$backendConfig Magento\Config\Model\Config

공개 메소드들

메소드 설명
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, Magento\Config\Model\Config $backendConfig ) Class constructor

보호된 메소드들

메소드 설명
isSectionAllowed ( string $sectionId ) : boolean Sets scope for backend config

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, Magento\Config\Model\Config $backendConfig )
$context Magento\Backend\App\Action\Context Action context
$configStructure Magento\Config\Model\Config\Structure Relevance configuration Structure
$sectionChecker Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker Configuration Section Checker
$backendConfig Magento\Config\Model\Config Configuration model

isSectionAllowed() 보호된 메소드

Sets scope for backend config
protected isSectionAllowed ( string $sectionId ) : boolean
$sectionId string The section being viewed/edited/saved
리턴 boolean

프로퍼티 상세

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

protected Config,Magento\Config\Model $backendConfig
리턴 Magento\Config\Model\Config