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

getEmptyTemplate() public method

public getEmptyTemplate ( ) : Prado\Web\UI\ITemplate
return Prado\Web\UI\ITemplate the template applied when no data is bound to the datalist
    public function getEmptyTemplate()
    {
        return $this->_emptyTemplate;
    }
TDataList