mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
💡 N°5906 N°4756 add missing @since pdpdoc tags
This commit is contained in:
@@ -6045,6 +6045,8 @@ JS
|
||||
* Check if the event EVENT_DB_LINKS_CHANGED is blocked or not (for bulk operations)
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @since 3.1.0 N°5906
|
||||
*/
|
||||
final public static function IsEventDBLinksChangedBlocked(): bool
|
||||
{
|
||||
@@ -6055,6 +6057,8 @@ JS
|
||||
* Block/unblock the event EVENT_DB_LINKS_CHANGED (the registration of objects on links modifications continues to work)
|
||||
*
|
||||
* @param bool $bBlockEventDBLinksChanged
|
||||
*
|
||||
* @since 3.1.0 N°5906
|
||||
*/
|
||||
final public static function SetEventDBLinksChangedBlocked(bool $bBlockEventDBLinksChanged): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user