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

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

보호된 메소드들

메소드 설명
_checkUnique ( Magento\Framework\Model\AbstractModel $object ) Validate unique configuration data before save Set id to object if exists configuration instead of throw exception
_construct ( ) : void Define main table

메소드 상세

_checkUnique() 보호된 메소드

Validate unique configuration data before save Set id to object if exists configuration instead of throw exception
protected _checkUnique ( Magento\Framework\Model\AbstractModel $object )
$object Magento\Framework\Model\AbstractModel The current configuration value being saved

_construct() 보호된 메소드

Define main table
protected _construct ( ) : void
리턴 void