PHP Class Smile\ElasticsuiteCore\Controller\Adminhtml\Search\Request\RelevanceConfig\AbstractScopeConfig

Author: Romain Ruaud ([email protected])
Inheritance: extends AbstractConfig
Afficher le fichier Open project: smile-sa/elasticsuite Class Usage Examples

Protected Properties

Свойство Type Description
$backendConfig Magento\Config\Model\Config

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
isSectionAllowed ( string $sectionId ) : boolean Sets scope for backend config

Method Details

__construct() public méthode

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() protected méthode

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

Property Details

$backendConfig protected_oe property

protected Config,Magento\Config\Model $backendConfig
Résultat Magento\Config\Model\Config