Manual:DerivativeContext.php

From mediawiki.org

Details[edit]

DerivativeContext.php file contains the DerivativeContext class, an IContextSource implementation which will inherit context from another source but allow individual pieces of context to be changed locally.

Examples[edit]

A ContextSource that can inherit from the main RequestContext but have a different Title instance set on it.