mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°2293 DBUpdate : save changed fields and corresponding previous values (#111)
* N°2293 DBUpdate : save changed fields and corresponding previous values for callbacks * update PHPDoc * remove m_aChanges and ListChangesUpdated() that were introduced in 2.7.0-beta * add m_aPreviousValuesForUpdatedAttributes and ListPreviousValuesForUpdatedAttributes() * :memo Woops forgot to change one PHPDoc * 📝 Some more PHPDoc O:) * 📝 Add more info in .doc README * 📝 Well, again some PHPDoc O:) * 📝 Replace inline @link by @see @link are for URI, see https://docs.phpdoc.org/latest/references/phpdoc/inline-tags/link.html
This commit is contained in:
@@ -23,7 +23,7 @@ Some iTop specific tags were added :
|
||||
|
||||
### known limitations:
|
||||
#### `@see` tags must be very specific:
|
||||
* always prefix class members with `ClassName::`
|
||||
* always prefix class members (attributes or methods) with `ClassName::` (do not use self)
|
||||
* for methods always suffix them with `()`,
|
||||
* do not reference variables since they are not documented. If you have to, always prefix them with `$`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user