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

저자: Romain Ruaud ([email protected])
상속: extends AbstractScopeConfig
파일 보기 프로젝트 열기: smile-sa/elasticsuite

보호된 프로퍼티들

프로퍼티 타입 설명
$resultPageFactory Magento\Framework\View\Result\PageFactory

공개 메소드들

메소드 설명
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, RelevanceConfig $backendConfig, Magento\Framework\View\Result\PageFactory $resultPageFactory ) Class constructor
execute ( ) : Magento\Framework\App\ResponseInterface | void Edit configuration section

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, RelevanceConfig $backendConfig, Magento\Framework\View\Result\PageFactory $resultPageFactory )
$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 Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig Configuration model
$resultPageFactory Magento\Framework\View\Result\PageFactory Magento Page Factory

execute() 공개 메소드

Edit configuration section
public execute ( ) : Magento\Framework\App\ResponseInterface | void
리턴 Magento\Framework\App\ResponseInterface | void

프로퍼티 상세

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

protected PageFactory,Magento\Framework\View\Result $resultPageFactory
리턴 Magento\Framework\View\Result\PageFactory