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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cache Magento\Framework\Cache\FrontendInterface
$configFactory Magento\Config\Model\Config\Factory Backend Config Model Factory
$string Magento\Framework\Stdlib\StringUtils

공개 메소드들

메소드 설명
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, Factory $configFactory, Magento\Framework\Cache\FrontendInterface $cache, Magento\Framework\Stdlib\StringUtils $string ) Class constructor
execute ( ) : Magento\Backend\Model\View\Result\Redirect Save configuration

보호된 메소드들

메소드 설명
getGroupsForSave ( ) : array | null
processNestedGroups ( mixed $group ) : array Process nested groups

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, Factory $configFactory, Magento\Framework\Cache\FrontendInterface $cache, Magento\Framework\Stdlib\StringUtils $string )
$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
$configFactory Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Factory Configuration Factory
$cache Magento\Framework\Cache\FrontendInterface Cache instance
$string Magento\Framework\Stdlib\StringUtils String helper

execute() 공개 메소드

Save configuration
public execute ( ) : Magento\Backend\Model\View\Result\Redirect
리턴 Magento\Backend\Model\View\Result\Redirect

getGroupsForSave() 보호된 메소드

protected getGroupsForSave ( ) : array | null
리턴 array | null

processNestedGroups() 보호된 메소드

Process nested groups
protected processNestedGroups ( mixed $group ) : array
$group mixed The configuration groups
리턴 array

프로퍼티 상세

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

protected FrontendInterface,Magento\Framework\Cache $cache
리턴 Magento\Framework\Cache\FrontendInterface

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

Backend Config Model Factory
protected Factory,Magento\Config\Model\Config $configFactory
리턴 Magento\Config\Model\Config\Factory

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

protected StringUtils,Magento\Framework\Stdlib $string
리턴 Magento\Framework\Stdlib\StringUtils