MobileFrontend
Mobile optimised frontend for MediaWiki
|
A Data Transfer Object whose properties are whether the device making the request is a mobile device, a tablet device, or neither. More...
Public Member Functions | |
__construct ( $isMobileDevice, $isTabletDevice) | |
isMobileDevice () | |
Is the device a mobile device? | |
isTabletDevice () | |
Is the device a tablet device? | |
A Data Transfer Object whose properties are whether the device making the request is a mobile device, a tablet device, or neither.
MobileFrontend\Devices\DeviceProperties::__construct | ( | $isMobileDevice, | |
$isTabletDevice ) |
bool | $isMobileDevice | |
bool | $isTabletDevice |
MobileFrontend\Devices\DeviceProperties::isMobileDevice | ( | ) |
Is the device a mobile device?
MobileFrontend\Devices\DeviceProperties::isTabletDevice | ( | ) |
Is the device a tablet device?