MediaWiki  1.33.0
DeprecatedGlobal Class Reference

Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to. More...

Inheritance diagram for DeprecatedGlobal:
Collaboration diagram for DeprecatedGlobal:

Public Member Functions

 __construct ( $name, $callback, $version=false)
 
 _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...
 

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. More...
 
static unstub (&$obj)
 Unstubs an object, if it is a stub object. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __construct()

DeprecatedGlobal::__construct (   $name,
  $callback,
  $version = false 
)
Parameters
string$nameGlobal name
callable | string$callbackFactory function or class name to construct
bool | string$versionVersion global was deprecated in

Reimplemented from StubObject.

Definition at line 35 of file DeprecatedGlobal.php.

References $name, $version, and version.

Member Function Documentation

◆ _newObject()

DeprecatedGlobal::_newObject ( )

Create a new object to replace this stub object.

Returns
object

Reimplemented from StubObject.

Definition at line 41 of file DeprecatedGlobal.php.

References version, and wfDeprecated().

Member Data Documentation

◆ $version

DeprecatedGlobal::$version
protected

Definition at line 28 of file DeprecatedGlobal.php.

Referenced by __construct().


The documentation for this class was generated from the following file: