mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°2293 Some PHPDoc (@since for changes availability)
This commit is contained in:
@@ -392,7 +392,9 @@ interface iApplicationObjectExtension
|
||||
* @param CMDBChange|null $oChange A change context. Since 2.0 it is fine to ignore it, as the framework does maintain this information once for all the changes made within the current page
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
*
|
||||
* @since 2.7.0 N°2293 can access object changes by calling {@link \cmdbAbstractObject::$m_aChanges}
|
||||
*/
|
||||
public function OnDBUpdate($oObject, $oChange = null);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user