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

getCaption() public method

public getCaption ( ) : string
return string caption of the table layout
    public function getCaption()
    {
        return $this->getRepeatInfo()->getCaption();
    }
TDataList