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

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

Protected Properties

Свойство Type Description
$objectManager Magento\Framework\ObjectManagerInterface

Méthodes publiques

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

Method Details

__construct() public méthode

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

create() public méthode

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

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Magento\Framework $objectManager
Résultat Magento\Framework\ObjectManagerInterface