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

getData() public method

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