3 declare(strict_types=1);
    68         $clone->old_amount = $amount;
    79         $clone->new_amount = $amount;
 getOldAmount()
Get the amount of new notes, the notification contains.int 
 
Class AbstractBaseNotification. 
 
Class Notification The default Notification mapping currently to one UI Notification Item component...
 
NotificationItem $notification_item
UI Component mapping to this item. 
 
Interface isStandardItem. 
 
int $new_amount
Amount of old notes, the notification contains. 
 
Interface hasAmount Items can implicitly contain a various amount of news. 
 
int $old_amount
Amount of old notes, the notification contains. 
 
getNewAmount()
Get the amount of new notes, the notification contains.int 
 
withOldAmount(int $amount=0)
Set the amount of old notes, the notification contains.StandardNotification 
 
withNewAmount(int $amount=0)
Set the amount of new notes, the notification contains.StandardNotification 
 
withNotificationItem(NotificationItem $notification_item)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...