Hello,
"data" is a variable. Function/method will have "()" or "($variables)".
When posting or editing an item, all data is gathered and verified and saved in $data variable of the class:
$aItem = osc_apply_filter('item_prepare_data', $aItem);
$this->data = $aItem;
Regards.