PHP Класс Smile\ElasticsuiteCore\Controller\Adminhtml\Search\Request\RelevanceConfig\Save

Автор: Romain Ruaud ([email protected])
Наследование: extends AbstractConfig
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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