Prado\Web\UI\WebControls\TLabel::getData PHP Method

getData() public method

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getText()}.
See also: getText
Since: 3.1.0
public getData ( ) : string
return string the text value of the label
    public function getData()
    {
        return $this->getText();
    }