39 parent::__construct( $name, $callback );
61 wfDeprecated(
'$' . $this->global, $this->version,
false, 6 );
62 return parent::_newObject();
67class_alias( DeprecatedGlobal::class,
'DeprecatedGlobal' );
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that a deprecated feature was used.