36 parent::__construct( $name, $callback );
54 wfDeprecated(
'$' . $this->global, $this->version,
false, 6 );
55 return parent::_newObject();
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to.
__construct( $name, $callback, $version=false)
_newObject()
Create a new object to replace this stub object.
Class to implement stub globals, which are globals that delay loading the their associated module cod...