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

setData() public method

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link setText()}.
See also: setText
Since: 3.1.0
public setData ( $value )
    public function setData($value)
    {
        $this->setText($value);
    }