Prado\Web\UI\WebControls\TRepeaterItem::getDataItem PHP Method

getDataItem() public method

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