PHP 클래스 Smile\ElasticsuiteCore\Model\ResourceModel\Search\Request\RelevanceConfig\Data\Collection\Scoped

저자: Romain Ruaud ([email protected])
상속: extends Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
파일 보기 프로젝트 열기: smile-sa/elasticsuite

보호된 프로퍼티들

프로퍼티 타입 설명
$scope string Scope to filter by
$scopeCode string Scope code to filter by

공개 메소드들

메소드 설명
__construct ( Magento\Framework\Data\Collection\EntityFactory $entityFactory, Psr\Log\LoggerInterface $logger, Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy, Magento\Framework\Event\ManagerInterface $eventManager, Data $resource, string $scope, Magento\Framework\DB\Adapter\AdapterInterface $connection = null, mixed $scopeCode = null )

보호된 메소드들

메소드 설명
_initSelect ( ) Initialize select

메소드 상세

__construct() 공개 메소드

public __construct ( Magento\Framework\Data\Collection\EntityFactory $entityFactory, Psr\Log\LoggerInterface $logger, Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy, Magento\Framework\Event\ManagerInterface $eventManager, Data $resource, string $scope, Magento\Framework\DB\Adapter\AdapterInterface $connection = null, mixed $scopeCode = null )
$entityFactory Magento\Framework\Data\Collection\EntityFactory The entity factory
$logger Psr\Log\LoggerInterface The internal logger
$fetchStrategy Magento\Framework\Data\Collection\Db\FetchStrategyInterface The fetch strategy
$eventManager Magento\Framework\Event\ManagerInterface The event manager
$resource Smile\ElasticsuiteCore\Model\ResourceModel\Search\Request\RelevanceConfig\Data The resource model being used
$scope string The configuration scope
$connection Magento\Framework\DB\Adapter\AdapterInterface Database Connection
$scopeCode mixed The scope code

_initSelect() 보호된 메소드

Initialize select
protected _initSelect ( )

프로퍼티 상세

$scope 보호되어 있는 프로퍼티

Scope to filter by
protected string $scope
리턴 string

$scopeCode 보호되어 있는 프로퍼티

Scope code to filter by
protected string $scopeCode
리턴 string