Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430088
MutableConfig.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
MutableConfig.php
View Options
<?php
/**
* Copyright 2014
*
* @license GPL-2.0-or-later
* @file
*/
namespace
MediaWiki\Config
;
/**
* Interface for mutable configuration instances
*
* @stable to implement
*
* @since 1.24
*/
interface
MutableConfig
extends
Config
{
/**
* Set a configuration variable such a "Sitename" to something like "My Wiki"
*
* @param string $name Name of configuration option
* @param mixed $value Value to set
* @throws ConfigException
*/
public
function
set
(
$name
,
$value
);
}
/** @deprecated class alias since 1.41 */
class_alias
(
MutableConfig
::
class
,
'MutableConfig'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 18:22 (7 h, 2 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b5/d9/1ee1888ea48deffb0f8bbe110e05
Default Alt Text
MutableConfig.php (596 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment