mRealValue = $realValue; $this->mVersion = $version; } function _newObject() { wfDeprecated( '$' . $this->mGlobal, $this->mVersion, false, 6 ); return $this->mRealValue; } }