PHP Class Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Factory

Author: Romain Ruaud ([email protected])
Inheritance: extends Magento\Config\Model\Config\Factory
Show file Open project: smile-sa/elasticsuite

Protected Properties

Property Type Description
$objectManager Magento\Framework\ObjectManagerInterface

Public Methods

Method Description
__construct ( Magento\Framework\ObjectManagerInterface $objectManager ) Class constructor
create ( array $data = [] ) : RelevanceConfig Create new config object

Method Details

__construct() public method

Class constructor
public __construct ( Magento\Framework\ObjectManagerInterface $objectManager )
$objectManager Magento\Framework\ObjectManagerInterface The object manager

create() public method

Create new config object
public create ( array $data = [] ) : RelevanceConfig
$data array The object data
return Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig

Property Details

$objectManager protected property

protected ObjectManagerInterface,Magento\Framework $objectManager
return Magento\Framework\ObjectManagerInterface