Prado\Web\UI\WebControls\TDataList::getHasFooter PHP Méthode

getHasFooter() public méthode

This method is required by {@link IRepeatInfoUser} interface.
public getHasFooter ( ) : boolean
Résultat boolean whether the datalist has footer
    public function getHasFooter()
    {
        return $this->getShowFooter() && ($this->_footerTemplate !== null || $this->getFooterRenderer() !== '');
    }
TDataList