Page MenuHomeWickedGov Phorge

ConfigNames.php
No OneTemporary

Size
1004 B
Referenced Files
None
Subscribers
None

ConfigNames.php

<?php
// phpcs:disable Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase
namespace MediaWiki\Extension\Notifications;
/**
* A class containing constants representing the names of configuration variables,
* to protect against typos.
*
* @since 1.41
*/
class ConfigNames {
public const CrossWikiNotifications = 'EchoCrossWikiNotifications';
public const EnableEmailBatch = 'EchoEnableEmailBatch';
public const EnablePush = 'EchoEnablePush';
public const NotificationCategories = 'EchoNotificationCategories';
public const NotificationIcons = 'EchoNotificationIcons';
public const Notifications = 'EchoNotifications';
public const Notifiers = 'EchoNotifiers';
public const PerUserBlacklist = 'EchoPerUserBlacklist';
public const PollForUpdates = 'EchoPollForUpdates';
public const SecondaryIcons = 'EchoSecondaryIcons';
public const WatchlistEmailOncePerPage = 'EchoWatchlistEmailOncePerPage';
public const WatchlistNotifications = 'EchoWatchlistNotifications';
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:24 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/0f/a04299d4c4511c26fe5c391adf4d
Default Alt Text
ConfigNames.php (1004 B)

Event Timeline