Prado\Web\UI\WebControls\TDataGridItem::getDataItem PHP 메소드

getDataItem() 공개 메소드

This property is deprecated since v3.1.0.
사용 중단: deprecated since v3.1.0. Use {@link getData} instead.
public getDataItem ( ) : mixed
리턴 mixed data associated with the item
    public function getDataItem()
    {
        return $this->getData();
    }