Prado\Web\UI\WebControls\TLabel::getData PHP Метод

getData() публичный Метод

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getText()}.
См. также: getText
С версии: 3.1.0
public getData ( ) : string
Результат string the text value of the label
    public function getData()
    {
        return $this->getText();
    }