MediaWiki
1.33.0
|
Representation of a pair of user and title for watchlist entries. More...
Public Member Functions | |
__construct (User $user, LinkTarget $linkTarget, $notificationTimestamp) | |
getLinkTarget () | |
getNotificationTimestamp () | |
Get the notification timestamp of this entry. More... | |
getUser () | |
Private Attributes | |
LinkTarget | $linkTarget |
null string | $notificationTimestamp |
the value of the wl_notificationtimestamp field More... | |
User | $user |
Representation of a pair of user and title for watchlist entries.
Definition at line 32 of file WatchedItem.php.
WatchedItem::__construct | ( | User | $user, |
LinkTarget | $linkTarget, | ||
$notificationTimestamp | |||
) |
User | $user | |
LinkTarget | $linkTarget | |
null | string | $notificationTimestamp | the value of the wl_notificationtimestamp field |
Definition at line 53 of file WatchedItem.php.
References $linkTarget, $notificationTimestamp, $user, and user.
WatchedItem::getLinkTarget | ( | ) |
Definition at line 73 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 82 of file WatchedItem.php.
References $notificationTimestamp.
Referenced by ApiQueryWatchlist\extractOutputData().
WatchedItem::getUser | ( | ) |
Definition at line 66 of file WatchedItem.php.
References $user.
Referenced by WatchedItemStore\cache().
|
private |
Definition at line 36 of file WatchedItem.php.
Referenced by __construct(), and getLinkTarget().
the value of the wl_notificationtimestamp field
Definition at line 46 of file WatchedItem.php.
Referenced by __construct(), and getNotificationTimestamp().
|
private |
Definition at line 41 of file WatchedItem.php.
Referenced by __construct(), and getUser().