Prado\I18N\TDateFormat::setData PHP Method

setData() public method

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