MediaWiki
1.23.5
|
Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to. More...
Public Member Functions | |
__construct ( $name, $realValue, $version=false) | |
Constructor. More... | |
_newObject () | |
Create a new object to replace this stub object. More... | |
Public Member Functions inherited from StubObject | |
__call ( $name, $args) | |
Function called by PHP if no function with that name exists in this object. More... | |
_call ( $name, $args) | |
Function called if any function exists with that name in this object. More... | |
_unstub ( $name='_unstub', $level=2) | |
This function creates a new object of the real class and replace it in the global variable. More... | |
Public Attributes | |
$mVersion | |
Public Attributes inherited from StubObject | |
$mClass | |
$mGlobal | |
$mParams | |
Protected Attributes | |
$mRealValue | |
Additional Inherited Members | |
Static Public Member Functions inherited from StubObject | |
static | isRealObject ( $obj) |
Returns a bool value whenever $obj is a stub object. More... | |
static | unstub ( $obj) |
Unstubs an object, if it is a stub object. More... | |
Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to.
Definition at line 28 of file DeprecatedGlobal.php.
DeprecatedGlobal::__construct | ( | $global, | |
$class, | |||
$params = false |
|||
) |
Constructor.
string | $global | name of the global variable. |
string | $class | name of the class of the real object. |
array | $params | parameters to pass to constructor of the real object. |
Reimplemented from StubObject.
Definition at line 32 of file DeprecatedGlobal.php.
DeprecatedGlobal::_newObject | ( | ) |
Create a new object to replace this stub object.
Reimplemented from StubObject.
Definition at line 38 of file DeprecatedGlobal.php.
References $mRealValue, and wfDeprecated().
|
protected |
Definition at line 30 of file DeprecatedGlobal.php.
Referenced by _newObject().
DeprecatedGlobal::$mVersion |
Definition at line 30 of file DeprecatedGlobal.php.