Smile\ElasticsuiteCatalog\Model\Layer\Filter\Attribute::hasMoreItems PHP 메소드

hasMoreItems() 공개 메소드

Indicates if the facets has more documents to be displayed.
public hasMoreItems ( ) : boolean
리턴 boolean
    public function hasMoreItems()
    {
        return $this->hasMoreItems;
    }