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

getData() 공개 메소드

public getData ( ) : mixed
리턴 mixed data associated with the item
    public function getData()
    {
        return $this->_data;
    }
TDataRenderer