|
MobileFrontend
Mobile optimised frontend for MediaWiki
|
A collection of pages, which are represented by the MobilePage class. More...
Inheritance diagram for MobileFrontend\Models\MobileCollection:
Collaboration diagram for MobileFrontend\Models\MobileCollection:Public Member Functions | |
| count () | |
| Return size of the collection. | |
| isEmpty () | |
| Return size of the collection. | |
| add (MobilePage $page) | |
| Adds a page to the collection. | |
| getIterator () | |
Protected Attributes | |
| $pages = [] | |
A collection of pages, which are represented by the MobilePage class.
| MobileFrontend\Models\MobileCollection::add | ( | MobilePage | $page | ) |
Adds a page to the collection.
| MobilePage | $page | Page to add |
| MobileFrontend\Models\MobileCollection::isEmpty | ( | ) |
Return size of the collection.