ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (protected int $id, protected int $user, protected ilNotificationObject $object, protected ?int $time_added=0, protected ?int $valid_until=0, protected ?int $visible_for=0, protected ?string $type='', protected ?NotificationIdentification $identification=null) | |
getId () | |
getUser () | |
getObject () | |
getValidUntil () | |
setValidUntil (int $valid_until) | |
getVisibleFor () | |
setVisibleFor (int $visible_for) | |
getTimeAdded () | |
setTimeAdded (int $time_added) | |
getType () | |
setType (string $type) | |
getIdentification () | |
setIdentification (NotificationIdentification $identification) | |
Definition at line 29 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::__construct | ( | protected int | $id, |
protected int | $user, | ||
protected ilNotificationObject | $object, | ||
protected ?int | $time_added = 0 , |
||
protected ?int | $valid_until = 0 , |
||
protected ?int | $visible_for = 0 , |
||
protected ?string | $type = '' , |
||
protected ?NotificationIdentification | $identification = null |
||
) |
Definition at line 31 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getId | ( | ) |
Definition at line 43 of file ilOSDNotificationObject.php.
References $id.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getIdentification | ( | ) |
Definition at line 98 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getObject | ( | ) |
Definition at line 53 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getTimeAdded | ( | ) |
Definition at line 78 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getType | ( | ) |
Definition at line 88 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getUser | ( | ) |
Definition at line 48 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getValidUntil | ( | ) |
Definition at line 58 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::getVisibleFor | ( | ) |
Definition at line 68 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::setIdentification | ( | NotificationIdentification | $identification | ) |
Definition at line 103 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::setTimeAdded | ( | int | $time_added | ) |
Definition at line 83 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::setType | ( | string | $type | ) |
Definition at line 93 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::setValidUntil | ( | int | $valid_until | ) |
Definition at line 63 of file ilOSDNotificationObject.php.
ILIAS\Notifications\Model\OSD\ilOSDNotificationObject::setVisibleFor | ( | int | $visible_for | ) |
Definition at line 73 of file ilOSDNotificationObject.php.