100 if ( !is_null( $this->config ) ) {
115 return MediaWikiServices::getInstance()->getStatsdDataFactory();
124 if ( !is_null( $this->timing ) ) {
146 if ( !is_null( $this->
request ) ) {
168 if ( !is_null( $this->
title ) ) {
184 if ( $this->wikipage !== null ) {
186 } elseif ( $this->
title !== null ) {
187 return $this->
title->canExist();
200 $this->wikipage = $p;
213 if ( !is_null( $this->wikipage ) ) {
235 if ( !is_null( $this->
output ) ) {
257 if ( !is_null( $this->
user ) ) {
274 } elseif ( is_string( $l ) ) {
279 throw new MWException( __METHOD__ .
" was passed an invalid type of data." );
290 if ( !is_null( $this->lang ) ) {
313 if ( !is_null( $this->
skin ) ) {
331 $args = func_get_args();
333 return call_user_func_array(
'wfMessage',
$args )->setContext( $this );
setRequest(WebRequest $r)
Set the WebRequest object.
setContext(IContextSource $context)
Set the IContextSource object.
Interface for objects which can provide a MediaWiki context on request.
setOutput(OutputPage $o)
Set the OutputPage object.
The main skin class which provides methods and properties for all other skins.
getUser()
Get the User object.
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
getStats()
Get the stats object.
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and ...
msg()
Get a message using the current context.
__construct(IContextSource $context)
Constructor.
An IContextSource implementation which will inherit context from another source but allow individual ...
getOutput()
Get the OutputPage object.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
getWikiPage()
Get the WikiPage object.
getTitle()
Get the Title object.
setConfig(Config $s)
Set the SiteConfiguration object.
static sanitizeLangCode($code)
Accepts a language code and ensures it's sane.
setSkin(Skin $s)
Set the Skin object.
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging a wrapping ErrorException instead of letting the login form give the generic error message that the account does not exist For when the account has been renamed or deleted or an array to pass a message key and parameters create2 Corresponds to logging log_action database field and which is displayed in the UI similar to $comment this hook should only be used to add variables that depend on the current page request
getRequest()
Get the WebRequest object.
setWikiPage(WikiPage $p)
Set the WikiPage object.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such and we might be restricted by PHP settings such as safe mode or open_basedir We cannot assume that the software even has read access anywhere useful Many shared hosts run all users web applications under the same user
Wikitext formatted, in the key only.
getContext()
Get the base IContextSource object.
getSkin()
Get the Skin object.
getTiming()
Get the timing object.
setTitle(Title $t)
Set the Title object.
This class should be covered by a general architecture document which does not exist as of January 20...
setLanguage($l)
Set the Language object.
Class representing a MediaWiki article and history.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
setUser(User $u)
Set the User object.
getConfig()
Get the Config object.
canUseWikiPage()
Check whether a WikiPage object can be get with getWikiPage().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling output() to send it all.It could be easily changed to send incrementally if that becomes useful
getLanguage()
Get the Language object.
static factory($code)
Get a cached or new language object for a given language code.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a skin(according to that user's preference)