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

getFooter() public method

public getFooter ( ) : TControl
return TControl the footer item
    public function getFooter()
    {
        return $this->_footer;
    }
TDataList