Smile\ElasticsuiteCore\Controller\Adminhtml\Search\Request\RelevanceConfig\Save::__construct PHP Метод

__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
    public function __construct(Context $context, Structure $configStructure, ConfigSectionChecker $sectionChecker, Factory $configFactory, FrontendInterface $cache, StringUtils $string)
    {
        parent::__construct($context, $configStructure, $sectionChecker);
        $this->configFactory = $configFactory;
        $this->cache = $cache;
        $this->string = $string;
    }