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

getData() public method

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