MediaWiki REL1_31
|
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. | |
getUser () | |
Private Attributes | |
LinkTarget | $linkTarget |
null string | $notificationTimestamp |
the value of the wl_notificationtimestamp field | |
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, and $user.
WatchedItem::getLinkTarget | ( | ) |
WatchedItem::getNotificationTimestamp | ( | ) |
Get the notification timestamp of this entry.
Definition at line 82 of file WatchedItem.php.
References $notificationTimestamp.
WatchedItem::getUser | ( | ) |
|
private |
Definition at line 36 of file WatchedItem.php.
Referenced by __construct(), and getLinkTarget().
|
private |
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().