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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$configStructure Magento\Config\Model\Config\Structure
$sectionChecker Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker

공개 메소드들

메소드 설명
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker ) Class constructor
dispatch ( Magento\Framework\App\RequestInterface $request ) : Magento\Framework\App\ResponseInterface Check if current section is found and is allowed

보호된 메소드들

메소드 설명
_isAllowed ( ) : boolean Check is allow modify system configuration

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker )
$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

_isAllowed() 보호된 메소드

Check is allow modify system configuration
protected _isAllowed ( ) : boolean
리턴 boolean

dispatch() 공개 메소드

Check if current section is found and is allowed
public dispatch ( Magento\Framework\App\RequestInterface $request ) : Magento\Framework\App\ResponseInterface
$request Magento\Framework\App\RequestInterface The current request
리턴 Magento\Framework\App\ResponseInterface

프로퍼티 상세

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

protected Structure,Magento\Config\Model\Config $configStructure
리턴 Magento\Config\Model\Config\Structure

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

protected ConfigSectionChecker,Magento\Config\Controller\Adminhtml\System $sectionChecker
리턴 Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker