Prado\Web\UI\WebControls\THiddenField::getData PHP 메소드

getData() 공개 메소드

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getValue()}.
또한 보기: getValue
부터: 3.1.0
public getData ( ) : string
리턴 string value of the hidden field
    public function getData()
    {
        return $this->getValue();
    }