Prado\Web\UI\WebControls\TTableCell::getData PHP Méthode

getData() public méthode

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
Résultat string the text content of the table cell.
    public function getData()
    {
        return $this->getText();
    }