Smile\ElasticsuiteCatalog\Model\Layer\Filter\Attribute::hasMoreItems PHP Method

hasMoreItems() public method

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