Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Structure\Element\Field::showInContainer PHP 메소드

showInContainer() 공개 메소드

Check whether field should be shown in website scope
public showInContainer ( ) : boolean
리턴 boolean
    public function showInContainer()
    {
        return isset($this->_data['showInContainer']) && (int) $this->_data['showInContainer'];
    }