PHP 클래스 Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\Indexer

저자: Aurelien FOUCRET ([email protected])
저자: Fanny DECLERCK ([email protected])
상속: extends Smile\ElasticsuiteCore\Model\ResourceModel\Indexer\AbstractIndexer
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$storeManager Magento\Store\Model\StoreManagerInterface

공개 메소드들

메소드 설명
__construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool ) Indexer constructor.

보호된 메소드들

메소드 설명
getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface Retrieve Metadata for an entity
getRootCategoryId ( Magento\Store\Api\Data\StoreInterface | integer | string $store ) : integer Retrieve store root category id.

메소드 상세

__construct() 공개 메소드

Indexer constructor.
public __construct ( Magento\Framework\App\ResourceConnection $resource, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\EntityManager\MetadataPool $metadataPool )
$resource Magento\Framework\App\ResourceConnection Resource Connection
$storeManager Magento\Store\Model\StoreManagerInterface Store Manager
$metadataPool Magento\Framework\EntityManager\MetadataPool Metadata Pool

getEntityMetaData() 보호된 메소드

Retrieve Metadata for an entity
protected getEntityMetaData ( string $entityType ) : Magento\Framework\EntityManager\EntityMetadataInterface
$entityType string The entity
리턴 Magento\Framework\EntityManager\EntityMetadataInterface

getRootCategoryId() 보호된 메소드

Retrieve store root category id.
protected getRootCategoryId ( Magento\Store\Api\Data\StoreInterface | integer | string $store ) : integer
$store Magento\Store\Api\Data\StoreInterface | integer | string Store id.
리턴 integer

프로퍼티 상세

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

protected StoreManagerInterface,Magento\Store\Model $storeManager
리턴 Magento\Store\Model\StoreManagerInterface