Prado\Web\UI\WebControls\TDataList::getHasFooter PHP Method

getHasFooter() public method

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