MediaWiki
1.34.0
|
Representation of a pair of user and title for watchlist entries. More...
Public Member Functions | |
__construct (UserIdentity $user, LinkTarget $linkTarget, $notificationTimestamp) | |
getLinkTarget () | |
getNotificationTimestamp () | |
Get the notification timestamp of this entry. More... | |
getUser () | |
getUserIdentity () | |
Private Attributes | |
LinkTarget | $linkTarget |
null string | $notificationTimestamp |
the value of the wl_notificationtimestamp field More... | |
UserIdentity | $user |
Representation of a pair of user and title for watchlist entries.
Definition at line 33 of file WatchedItem.php.
WatchedItem::__construct | ( | UserIdentity | $user, |
LinkTarget | $linkTarget, | ||
$notificationTimestamp | |||
) |
UserIdentity | $user | |
LinkTarget | $linkTarget | |
null | string | $notificationTimestamp | the value of the wl_notificationtimestamp field |
Definition at line 54 of file WatchedItem.php.
References $linkTarget, $notificationTimestamp, and $user.
WatchedItem::getLinkTarget | ( | ) |
Definition at line 82 of file WatchedItem.php.
References $linkTarget.
Referenced by WatchedItemStore\cache(), and ApiQueryWatchlist\extractOutputData().
WatchedItem::getNotificationTimestamp | ( | ) |
Get the notification timestamp of this entry.
Definition at line 91 of file WatchedItem.php.
References $notificationTimestamp.
Referenced by ApiQueryWatchlist\extractOutputData().
WatchedItem::getUser | ( | ) |
Definition at line 68 of file WatchedItem.php.
References User\newFromIdentity().
WatchedItem::getUserIdentity | ( | ) |
Definition at line 75 of file WatchedItem.php.
References $user.
Referenced by WatchedItemStore\cache().
|
private |
Definition at line 37 of file WatchedItem.php.
Referenced by __construct(), and getLinkTarget().
|
private |
the value of the wl_notificationtimestamp field
Definition at line 47 of file WatchedItem.php.
Referenced by __construct(), and getNotificationTimestamp().
|
private |
Definition at line 42 of file WatchedItem.php.
Referenced by __construct(), and getUserIdentity().