PHP Class Smile\ElasticsuiteCore\Model\ResourceModel\Search\Request\RelevanceConfig\Data\Collection

Author: Romain Ruaud ([email protected])
Inheritance: extends Magento\Config\Model\ResourceModel\Config\Data\Collection
Datei anzeigen Open project: smile-sa/elasticsuite

Public Methods

Method Description
addScopeFilter ( string $scope, string $scopeCode, string $section ) : Collection Add scope filter to collection

Protected Methods

Method Description
_construct ( ) : void Define resource model

Method Details

_construct() protected method

Define resource model
protected _construct ( ) : void
return void

addScopeFilter() public method

Add scope filter to collection
public addScopeFilter ( string $scope, string $scopeCode, string $section ) : Collection
$scope string The scope
$scopeCode string The scope code
$section string The section
return Collection