56 if ( $this->modules === self::INHERIT_VALUE ) {
57 return $this->context->getModules();
71 if ( $this->language === self::INHERIT_VALUE ) {
72 return $this->context->getLanguage();
83 $this->direction =
null;
88 if ( $this->direction === self::INHERIT_VALUE ) {
89 return $this->context->getDirection();
91 if ( $this->direction ===
null ) {
106 if ( $this->skin === self::INHERIT_VALUE ) {
107 return $this->context->getSkin();
121 if ( $this->user === self::INHERIT_VALUE ) {
122 return $this->context->getUser();
133 $this->userObj =
null;
137 if ( $this->debug === self::INHERIT_VALUE ) {
138 return $this->context->getDebug();
152 if ( $this->only === self::INHERIT_VALUE ) {
153 return $this->context->getOnly();
167 if ( $this->version === self::INHERIT_VALUE ) {
168 return $this->context->getVersion();
182 if ( $this->raw === self::INHERIT_VALUE ) {
183 return $this->context->getRaw();
196 return $this->context->getRequest();
200 return $this->context->getResourceLoader();
204 if ( $this->contentOverrideCallback === self::INHERIT_VALUE ) {
205 return $this->context->getContentOverrideCallback();
217 $this->contentOverrideCallback = $callback;