The mobile version of the watchlist editing page.
More...
|
| execute ( $mode) |
| The main entry point for the page.
|
|
| getAssociatedNavigationLinks () |
| @inheritDoc
|
|
|
static | getEmptyListHtml ( $feed, $lang) |
| Get the HTML needed to show if a user doesn't watch any page, show information how to watch pages where no pages have been watched.
|
|
The mobile version of the watchlist editing page.
- Deprecated
- in future this should be the core SpecialEditWatchlist page (T109277)
◆ execute()
SpecialMobileEditWatchlist::execute |
( |
| $mode | ) |
|
The main entry point for the page.
- Parameters
-
string | null | $mode | Whether the user is viewing, editing, or clearing their watchlist |
◆ getEmptyListHtml()
static SpecialMobileEditWatchlist::getEmptyListHtml |
( |
| $feed, |
|
|
| $lang ) |
|
static |
Get the HTML needed to show if a user doesn't watch any page, show information how to watch pages where no pages have been watched.
- Parameters
-
bool | $feed | Render as feed (true) or list (false) view? |
Language | $lang | The language of the current mode |
- Returns
- string
◆ getLineHtml()
SpecialMobileEditWatchlist::getLineHtml |
( |
MobilePage | $mp | ) |
|
|
protected |
Gets the HTML fragment for a watched page.
The client uses a very different structure for client-rendered items in PageListItem.hogan.
- Parameters
-
MobilePage | $mp | a definition of the page to be rendered. |
- Returns
- string
◆ getViewHtml()
- Parameters
-
MobileCollection | $collection | Collection of pages to get view for |
- Returns
- string html representation of collection in watchlist view
The documentation for this class was generated from the following file:
- includes/specials/SpecialMobileEditWatchlist.php