75 return new self( null,
true );
90 throw new \InvalidArgumentException(
'Invalid ID' );
105 throw new \InvalidArgumentException(
'Invalid user name' );
125 return $this->
user === null;
142 return $this->
user === null ? 0 : $this->
user->getId();
150 return $this->
user === null ? null : $this->
user->getName();
158 return $this->
user === null || $this->
user->getId() === 0 ?
'' : $this->
user->getToken(
false );
178 if ( $this->
user === null ) {
182 ( $this->
verified ?
'+' :
'-' ) .
':' .
static newFromName($name, $validate= 'valid')
Static factory method for creation from username.
load($flags=self::READ_NORMAL)
Load the user table data for this object from the source given by mFrom.
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
static isUsableName($name)
Usernames which fail to pass this function will be blocked from user login and new account registrati...
static newFromId($id)
Static factory method for creation from a given user ID.
getName()
Get the user name, or the IP of an anonymous user.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
isAnon()
Get whether the user is anonymous.
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.
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
Allows to change the fields on the form that will be generated $name