MediaWiki REL1_32
|
Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to. More...
Public Member Functions | |
__construct ( $name, $callback, $version=false) | |
_newObject () | |
Create a new object to replace this stub object. | |
Public Member Functions inherited from StubObject | |
__call ( $name, $args) | |
Function called by PHP if no function with that name exists in this object. | |
_call ( $name, $args) | |
Function called if any function exists with that name in this object. | |
_unstub ( $name='_unstub', $level=2) | |
This function creates a new object of the real class and replace it in the global variable. | |
Protected Attributes | |
$version | |
Protected Attributes inherited from StubObject | |
null string | $class |
null callable | $factory |
null string | $global |
array | $params |
Additional Inherited Members | |
Static Public Member Functions inherited from StubObject | |
static | isRealObject ( $obj) |
Returns a bool value whenever $obj is a stub object. | |
static | unstub (&$obj) |
Unstubs an object, if it is a stub object. | |
Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to.
Definition at line 27 of file DeprecatedGlobal.php.
DeprecatedGlobal::__construct | ( | $name, | |
$callback, | |||
$version = false |
|||
) |
string | $name | Global name |
callable | string | $callback | Factory function or class name to construct |
bool | string | $version | Version global was deprecated in |
Reimplemented from StubObject.
Definition at line 35 of file DeprecatedGlobal.php.
DeprecatedGlobal::_newObject | ( | ) |
Create a new object to replace this stub object.
Reimplemented from StubObject.
Definition at line 41 of file DeprecatedGlobal.php.
References version, and wfDeprecated().
|
protected |
Definition at line 28 of file DeprecatedGlobal.php.
Referenced by __construct().