PHP 클래스 Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Structure\Element\FlyweightFactory

저자: Romain Ruaud ([email protected])
상속: extends Magento\Config\Model\Config\Structure\Element\FlyweightFactory
파일 보기 프로젝트 열기: smile-sa/elasticsuite

보호된 프로퍼티들

프로퍼티 타입 설명
$flyweightMap array Map of flyweight types

공개 메소드들

메소드 설명
create ( string $type ) : Magento\Config\Model\Config\Structure\ElementInterface Create element flyweight flyweight

메소드 상세

create() 공개 메소드

Create element flyweight flyweight
public create ( string $type ) : Magento\Config\Model\Config\Structure\ElementInterface
$type string The element type
리턴 Magento\Config\Model\Config\Structure\ElementInterface

프로퍼티 상세

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

Map of flyweight types
protected array $flyweightMap
리턴 array