Prado\Web\UI\WebControls\TDataList::getCaption PHP 메소드

getCaption() 공개 메소드

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