MobileFrontend
Mobile optimised frontend for MediaWiki
|
Public Member Functions | |
__construct ( $name, $group='mobile-frontend', array $options=[]) | |
__toString () | |
@inheritDoc | |
isAvailable (IUserMode $userMode) | |
@inheritDoc | |
getId () | |
@inheritDoc | |
getGroup () | |
@inheritDoc | |
getNameKey () | |
@inheritDoc | |
getDescriptionKey () | |
@inheritDoc | |
Additional Inherited Members | |
Public Attributes inherited from MobileFrontend\Features\IFeature | |
const | CONFIG_BETA = 'beta' |
Beta mode defined in config. | |
const | CONFIG_STABLE = 'base' |
Stable mode defined in config. | |
MobileFrontend\Features\Feature::__construct | ( | $name, | |
$group = 'mobile-frontend', | |||
array | $options = [] ) |
string | $name | feature name (used as an ID) |
string | $group | feature group (used as a translation prefix) |
array | $options | Feature options |
MobileFrontend\Features\Feature::__toString | ( | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.
MobileFrontend\Features\Feature::getDescriptionKey | ( | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.
MobileFrontend\Features\Feature::getGroup | ( | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.
MobileFrontend\Features\Feature::getId | ( | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.
MobileFrontend\Features\Feature::getNameKey | ( | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.
MobileFrontend\Features\Feature::isAvailable | ( | IUserMode | $userMode | ) |
@inheritDoc
Implements MobileFrontend\Features\IFeature.