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

getData() 공개 메소드

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