MediaWiki
master
|
Represents a title within MediaWiki. More...
Public Member Functions | |
__construct () | |
__sleep () | |
__toString () | |
Return a string representation of this title. More... | |
__wakeup () | |
areCascadeProtectionSourcesLoaded ($getPages=true) | |
Determines whether cascading protection sources have already been loaded from the database. More... | |
areRestrictionsCascading () | |
Returns cascading restrictions for the current article. More... | |
areRestrictionsLoaded () | |
Accessor for mRestrictionsLoaded. More... | |
canExist () | |
Is this in a namespace that allows actual pages? More... | |
canTalk () | |
Could this title have a corresponding talk page? More... | |
canUseNoindex () | |
Whether the magic words INDEX and NOINDEX function for this page. More... | |
countAuthorsBetween ($old, $new, $limit, $options=[]) | |
Get the number of authors between the given revisions or revision IDs. More... | |
countRevisionsBetween ($old, $new, $max=null) | |
Get the number of revisions between the given revision. More... | |
createFragmentTarget ($fragment) | |
Creates a new Title for a different fragment of the same page. More... | |
deleteTitleProtection () | |
Remove any title protection due to page existing. More... | |
equals (Title $title) | |
Compare with another title. More... | |
estimateRevisionCount () | |
Get the approximate revision count of this page. More... | |
exists ($flags=0) | |
Check if page exists. More... | |
fixSpecialName () | |
If the Title refers to a special page alias which is not the local default, resolve the alias, and localise the name as necessary. More... | |
flushRestrictions () | |
Flush the protection cache in this object and force reload from the database. More... | |
getAllRestrictions () | |
Accessor/initialisation for mRestrictions. More... | |
getArticleID ($flags=0) | |
Get the article ID for this Title from the link cache, adding it if necessary. More... | |
getAuthorsBetween ($old, $new, $limit, $options=[]) | |
Get the authors between the given revisions or revision IDs. More... | |
getBacklinkCache () | |
Get a backlink cache object. More... | |
getBaseText () | |
Get the base page name without a namespace, i.e. More... | |
getBaseTitle () | |
Get the base page name title, i.e. More... | |
getBrokenLinksFrom () | |
Get an array of Title objects referring to non-existent articles linked from this page. More... | |
getCanonicalURL ($query= '', $query2=false) | |
Get the URL for a canonical link, for use in things like IRC and e-mail notifications. More... | |
getCascadeProtectionSources ($getPages=true) | |
Cascading protection: Get the source of any cascading restrictions on this page. More... | |
getCategorySortkey ($prefix= '') | |
Returns the raw sort key to be used for categories, with the specified prefix. More... | |
getCdnUrls () | |
Get a list of URLs to purge from the CDN cache when this page changes. More... | |
getContentModel ($flags=0) | |
Get the page's content model id, see the CONTENT_MODEL_XXX constants. More... | |
getDBkey () | |
Get the main part with underscores. More... | |
getDefaultMessageText () | |
Get the default message text or false if the message doesn't exist. More... | |
getDefaultNamespace () | |
Get the default namespace index, for when there is no namespace. More... | |
getEarliestRevTime ($flags=0) | |
Get the oldest revision timestamp of this page. More... | |
getEditNotices ($oldid=0) | |
Get a list of rendered edit notices for this page. More... | |
getEditURL () | |
Get the edit URL for this Title. More... | |
getFirstRevision ($flags=0) | |
Get the first revision of the page. More... | |
getFragment () | |
Get the Title fragment (i.e. More... | |
getFragmentForURL () | |
Get the fragment in URL form, including the "#" character if there is one. More... | |
getFullText () | |
Get the prefixed title with spaces, plus any fragment (part beginning with '#') More... | |
getFullURL ($query= '', $query2=false, $proto=PROTO_RELATIVE) | |
Get a real URL referring to this title, with interwiki link and fragment. More... | |
getInternalURL ($query= '', $query2=false) | |
Get the URL form for an internal link. More... | |
getInterwiki () | |
Get the interwiki prefix. More... | |
getLatestRevID ($flags=0) | |
What is the page_latest field for this page? More... | |
getLength ($flags=0) | |
What is the length of this page? Uses link cache, adding it if necessary. More... | |
getLinksFrom ($options=[], $table= 'pagelinks', $prefix= 'pl') | |
Get an array of Title objects linked from this Title Also stores the IDs in the link cache. More... | |
getLinksTo ($options=[], $table= 'pagelinks', $prefix= 'pl') | |
Get an array of Title objects linking to this Title Also stores the IDs in the link cache. More... | |
getLinkURL ($query= '', $query2=false, $proto=false) | |
Get a URL that's the simplest URL that will be valid to link, locally, to the current Title. More... | |
getLocalURL ($query= '', $query2=false) | |
Get a URL with no fragment or server name (relative URL) from a Title object. More... | |
getNamespace () | |
Get the namespace index, i.e. More... | |
getNamespaceKey ($prepend= 'nstab-') | |
Generate strings used for xml 'id' names in monobook tabs. More... | |
getNextRevisionID ($revId, $flags=0) | |
Get the revision ID of the next revision. More... | |
getNotificationTimestamp ($user=null) | |
Get the timestamp when this page was updated since the user last saw it. More... | |
getNsText () | |
Get the namespace text. More... | |
getOtherPage () | |
Get the other title for this page, if this is a subject page get the talk page, if it is a subject page get the talk page. More... | |
getPageLanguage () | |
Get the language in which the content of this page is written in wikitext. More... | |
getPageViewLanguage () | |
Get the language in which the content of this page is written when viewed by user. More... | |
getParentCategories () | |
Get categories to which this Title belongs and return an array of categories' names. More... | |
getParentCategoryTree ($children=[]) | |
Get a tree of parent categories. More... | |
getPartialURL () | |
Get the URL-encoded form of the main part. More... | |
getPrefixedDBkey () | |
Get the prefixed database key form. More... | |
getPrefixedText () | |
Get the prefixed title with spaces. More... | |
getPrefixedURL () | |
Get a URL-encoded title (not an actual URL) including interwiki. More... | |
getPreviousRevisionID ($revId, $flags=0) | |
Get the revision ID of the previous revision. More... | |
getRedirectsHere ($ns=null) | |
Get all extant redirects to this Title. More... | |
getRestrictionExpiry ($action) | |
Get the expiry time for the restriction against a given action. More... | |
getRestrictions ($action) | |
Accessor/initialisation for mRestrictions. More... | |
getRestrictionTypes () | |
Returns restriction types for the current Title. More... | |
getRootText () | |
Get the root page name text without a namespace, i.e. More... | |
getRootTitle () | |
Get the root page name title, i.e. More... | |
getSkinFromCssJsSubpage () | |
Trim down a .css or .js subpage title to get the corresponding skin name. More... | |
getSquidURLs () | |
getSubjectNsText () | |
Get the namespace text of the subject (rather than talk) page. More... | |
getSubjectPage () | |
Get a title object associated with the subject page of this talk page. More... | |
getSubpage ($text) | |
Get the title for a subpage of the current page. More... | |
getSubpages ($limit=-1) | |
Get all subpages of this page. More... | |
getSubpageText () | |
Get the lowest-level subpage name, i.e. More... | |
getSubpageUrlForm () | |
Get a URL-encoded form of the subpage text. More... | |
getTalkNsText () | |
Get the namespace text of the talk page. More... | |
getTalkPage () | |
Get a Title object associated with the talk page of this article. More... | |
getTemplateLinksFrom ($options=[]) | |
Get an array of Title objects used on this Title as a template Also stores the IDs in the link cache. More... | |
getTemplateLinksTo ($options=[]) | |
Get an array of Title objects using this Title as a template Also stores the IDs in the link cache. More... | |
getText () | |
Get the text form (spaces not underscores) of the main part. More... | |
getTitleProtection () | |
Is this title subject to title protection? Title protection is the one applied against creation of such title. More... | |
getTitleValue () | |
Get a TitleValue object representing this Title. More... | |
getTouched ($db=null) | |
Get the last touched timestamp. More... | |
getTransWikiID () | |
Returns the DB name of the distant wiki which owns the object. More... | |
getUserCaseDBKey () | |
Get the DB key with the initial letter case as specified by the user. More... | |
getUserPermissionsErrors ($action, $user, $rigor= 'secure', $ignoreErrors=[]) | |
Can $user perform $action on this page? More... | |
hasContentModel ($id) | |
Convenience method for checking a title's content model name. More... | |
hasFragment () | |
Check if a Title fragment is set. More... | |
hasSourceText () | |
Does this page have source text? More... | |
hasSubjectNamespace ($ns) | |
Returns true if the title has the same subject namespace as the namespace specified. More... | |
hasSubpages () | |
Does this have subpages? (Warning, usually requires an extra DB query.) More... | |
inNamespace ($ns) | |
Returns true if the title is inside the specified namespace. More... | |
inNamespaces () | |
Returns true if the title is inside one of the specified namespaces. More... | |
invalidateCache ($purgeTime=null) | |
Updates page_touched for this page; called from LinksUpdate.php. More... | |
isAlwaysKnown () | |
Should links to this title be shown as potentially viewable (i.e. More... | |
isBigDeletion () | |
Check whether the number of revisions of this page surpasses $wgDeleteRevisionsLimit. More... | |
isCascadeProtected () | |
Cascading protection: Return true if cascading restrictions apply to this page, false if not. More... | |
isContentPage () | |
Is this Title in a namespace which contains content? In other words, is this a content page, for the purposes of calculating statistics, etc? More... | |
isConversionTable () | |
Is this a conversion table for the LanguageConverter? More... | |
isCssJsSubpage () | |
Is this a .css or .js subpage of a user page? More... | |
isCssOrJsPage () | |
Could this page contain custom CSS or JavaScript for the global UI. More... | |
isCssSubpage () | |
Is this a .css subpage of a user page? More... | |
isDeleted () | |
Is there a version of this page in the deletion archive? More... | |
isDeletedQuick () | |
Is there a version of this page in the deletion archive? More... | |
isExternal () | |
Is this Title interwiki? More... | |
isJsSubpage () | |
Is this a .js subpage of a user page? More... | |
isKnown () | |
Does this title refer to a page that can (or might) be meaningfully viewed? In particular, this function may be used to determine if links to the title should be rendered as "bluelinks" (as opposed to "redlinks" to non-existent pages). More... | |
isLocal () | |
Determine whether the object refers to a page within this project (either this wiki or a wiki with a local interwiki, see https://www.mediawiki.org/wiki/Manual:Interwiki_table#iw_local ) More... | |
isMainPage () | |
Is this the mainpage? More... | |
isMovable () | |
Would anybody with sufficient privileges be able to move this page? Some pages just aren't movable. More... | |
isNamespaceProtected (User $user) | |
Determines if $user is unable to edit this page because it has been protected by $wgNamespaceProtection. More... | |
isNewPage () | |
Check if this is a new page. More... | |
isProtected ($action= '') | |
Does the title correspond to a protected article? More... | |
isRedirect ($flags=0) | |
Is this an article that is a redirect page? Uses link cache, adding it if necessary. More... | |
isSemiProtected ($action= 'edit') | |
Is this page "semi-protected" - the only protection levels are listed in $wgSemiprotectedRestrictionLevels? More... | |
isSingleRevRedirect () | |
Checks if this page is just a one-rev redirect. More... | |
isSpecial ($name) | |
Returns true if this title resolves to the named special page. More... | |
isSpecialPage () | |
Returns true if this is a special page. More... | |
isSubpage () | |
Is this a subpage? More... | |
isSubpageOf (Title $title) | |
Check if this title is a subpage of another title. More... | |
isTalkPage () | |
Is this a talk page of some sort? More... | |
isTrans () | |
Determine whether the object refers to a page within this project and is transcludable. More... | |
isValidMoveOperation (&$nt, $auth=true, $reason= '') | |
Check whether a given move operation would be valid. More... | |
isValidMoveTarget ($nt) | |
Checks if $this can be moved to a given Title. More... | |
isValidRedirectTarget () | |
Check if this Title is a valid redirect target. More... | |
isWatchable () | |
Can this title be added to a user's watchlist? More... | |
isWikitextPage () | |
Does that page contain wikitext, or it is JS, CSS or whatever? More... | |
loadFromRow ($row) | |
Load Title object fields from a DB row. More... | |
loadRestrictions ($oldFashionedRestrictions=null) | |
Load restrictions from the page_restrictions table. More... | |
loadRestrictionsFromRows ($rows, $oldFashionedRestrictions=null) | |
Compiles list of active page restrictions from both page table (pre 1.10) and page_restrictions table for this existing page. More... | |
moveNoAuth (&$nt) | |
Move this page without authentication. More... | |
moveSubpages ($nt, $auth=true, $reason= '', $createRedirect=true) | |
Move this page's subpages to be subpages of $nt. More... | |
moveTo (&$nt, $auth=true, $reason= '', $createRedirect=true) | |
Move a title to a new location. More... | |
pageCond () | |
Get an associative array for selecting this title from the "page" table. More... | |
purgeSquid () | |
Purge all applicable CDN URLs. More... | |
quickUserCan ($action, $user=null) | |
Can $user perform $action on this page? This skips potentially expensive cascading permission checks as well as avoids expensive error formatting. More... | |
resetArticleID ($newid) | |
This clears some fields in this object, and clears any associated keys in the "bad links" section of the link cache. More... | |
setFragment ($fragment) | |
Set the fragment for this title. More... | |
touchLinks () | |
Update page_touched timestamps and send CDN purge messages for pages linking to this title. More... | |
userCan ($action, $user=null, $rigor= 'secure') | |
Can $user perform $action on this page? More... | |
wasLocalInterwiki () | |
Was this a local interwiki link? More... | |
Static Public Member Functions | |
static | capitalize ($text, $ns=NS_MAIN) |
Capitalize a text string for a title if it belongs to a namespace that capitalizes. More... | |
static | clearCaches () |
static | compare ($a, $b) |
Callback for usort() to do title sorts by (namespace, title) More... | |
static | convertByteClassToUnicodeClass ($byteClass) |
Utility method for converting a character sequence from bytes to Unicode. More... | |
static | escapeFragmentForURL ($fragment) |
Escape a text fragment, say from a link, for a URL. More... | |
static | getFilteredRestrictionTypes ($exists=true) |
Get a filtered list of all restriction types supported by this wiki. More... | |
static | getTitleInvalidRegex () |
Returns a simple regex that will match on characters and sequences invalid in titles. More... | |
static | legalChars () |
Get a regex character class describing the legal characters in a link. More... | |
static | makeName ($ns, $title, $fragment= '', $interwiki= '', $canonicalNamespace=false) |
Make a prefixed DB key from a DB key and a namespace index. More... | |
static | makeTitle ($ns, $title, $fragment= '', $interwiki= '') |
Create a new Title from a namespace index and a DB key. More... | |
static | makeTitleSafe ($ns, $title, $fragment= '', $interwiki= '') |
Create a new Title from a namespace index and a DB key. More... | |
static | nameOf ($id) |
Get the prefixed DB key associated with an ID. More... | |
static | newFromDBkey ($key) |
Create a new Title from a prefixed DB key. More... | |
static | newFromID ($id, $flags=0) |
Create a new Title from an article ID. More... | |
static | newFromIDs ($ids) |
Make an array of titles from an array of IDs. More... | |
static | newFromLinkTarget (LinkTarget $linkTarget) |
Create a new Title from a LinkTarget. More... | |
static | newFromRow ($row) |
Make a Title object from a DB row. More... | |
static | newFromText ($text, $defaultNamespace=NS_MAIN) |
Create a new Title from text, such as what one would find in a link. More... | |
static | newFromTextThrow ($text, $defaultNamespace=NS_MAIN) |
Like Title::newFromText(), but throws MalformedTitleException when the title is invalid, rather than returning null. More... | |
static | newFromTitleValue (TitleValue $titleValue) |
Create a new Title from a TitleValue. More... | |
static | newFromURL ($url) |
THIS IS NOT THE FUNCTION YOU WANT. More... | |
static | newMainPage () |
Create a new Title for the Main Page. More... | |
static | purgeExpiredRestrictions () |
Purge expired restrictions from the page_restrictions table. More... | |
Public Attributes | |
const | CACHE_MAX = 1000 |
Title::newFromText maintains a cache to avoid expensive re-normalization of commonly used titles. More... | |
const | GAID_FOR_UPDATE = 1 |
Used to be GAID_FOR_UPDATE define. More... | |
Protected Member Functions | |
getUserPermissionsErrorsInternal ($action, $user, $rigor= 'secure', $short=false) | |
Can $user perform $action on this page? This is an internal function, with multiple levels of checks depending on performance needs; see $rigor below. More... | |
validateFileMoveOperation ($nt) | |
Check if the requested move target is a valid file move target. More... | |
Static Protected Member Functions | |
static | getSelectFields () |
Returns a list of fields that are to be selected for initializing Title objects or LinkCache entries. More... | |
Private Member Functions | |
checkActionPermissions ($action, $user, $errors, $rigor, $short) | |
Check action permissions not already checked in checkQuickPermissions. More... | |
checkCascadingSourcesRestrictions ($action, $user, $errors, $rigor, $short) | |
Check restrictions on cascading pages. More... | |
checkCSSandJSPermissions ($action, $user, $errors, $rigor, $short) | |
Check CSS/JS sub-page permissions. More... | |
checkPageRestrictions ($action, $user, $errors, $rigor, $short) | |
Check against page_restrictions table requirements on this page. More... | |
checkPermissionHooks ($action, $user, $errors, $rigor, $short) | |
Check various permission hooks. More... | |
checkQuickPermissions ($action, $user, $errors, $rigor, $short) | |
Permissions checks that fail most often, and which are easiest to test. More... | |
checkReadPermissions ($action, $user, $errors, $rigor, $short) | |
Check that the user is allowed to read this page. More... | |
checkSpecialsAndNSPermissions ($action, $user, $errors, $rigor, $short) | |
Check permissions on special pages & namespaces. More... | |
checkUserBlock ($action, $user, $errors, $rigor, $short) | |
Check that the user isn't blocked from editing. More... | |
getDbPageLanguageCode () | |
Returns the page language code saved in the database, if $wgPageLanguageUseDB is set to true in LocalSettings.php, otherwise returns false. More... | |
loadRestrictionsFromResultWrapper ($res, $oldFashionedRestrictions=null) | |
Loads a string into mRestrictions array. More... | |
missingPermissionError ($action, $short) | |
Get a description array when the user doesn't have the right to perform $action (i.e. More... | |
prefix ($name) | |
Prefix some arbitrary text with the namespace or interwiki prefix of this object. More... | |
resultToError ($errors, $result) | |
Add the resulting error code to the errors array. More... | |
secureAndSplit () | |
Secure and split - main initialisation function for this object. More... | |
Static Private Member Functions | |
static | fixUrlQueryArgs ($query, $query2=false) |
Helper to fix up the get{Canonical,Full,Link,Local,Internal}URL args get{Canonical,Full,Link,Local,Internal}URL methods accepted an optional second argument named variant. More... | |
static | getInterwikiLookup () |
B/C kludge: provide an InterwikiLookup for use by Title. More... | |
static | getTitleCache () |
static | getTitleFormatter () |
B/C kludge: provide a TitleParser for use by Title. More... | |
Static Private Attributes | |
static HashBagOStuff | $titleCache = null |
Private member variables | |
Please use the accessor functions instead.
| |
string | $mTextform = '' |
Text form (spaces not underscores) of the main part. More... | |
string | $mUrlform = '' |
URL-encoded form of the main part. More... | |
string | $mDbkeyform = '' |
Main part with underscores. More... | |
int | $mNamespace = NS_MAIN |
Namespace index, i.e. More... | |
string | $mInterwiki = '' |
Interwiki prefix. More... | |
string | $mFragment = '' |
Title fragment (i.e. More... | |
int | $mArticleID = -1 |
Article ID, fetched from the link cache on demand. More... | |
bool string | $mContentModel = false |
ID of the page's content model, i.e. More... | |
array | $mRestrictions = [] |
Array of groups allowed to edit this article. More... | |
bool | $mCascadeRestriction |
Cascade restrictions on this page to included templates and images? More... | |
$mCascadingRestrictions | |
Caching the results of getCascadeProtectionSources. More... | |
array | $mCascadeSources |
Where are the cascading restrictions coming from on this page? More... | |
bool | $mRestrictionsLoaded = false |
Boolean for initialisation on demand. More... | |
mixed | $mTitleProtection |
Cached value for getTitleProtection (create protection) More... | |
int | $mDefaultNamespace = NS_MAIN |
Namespace index when there is no namespace. More... | |
null | $mRedirect = null |
Is the article at this title a redirect? More... | |
string | $mUserCaseDBKey |
Database key with the initial letter in the case specified by the user. More... | |
bool int | $mLatestID = false |
ID of most recent revision. More... | |
string bool | $mOldRestrictions = false |
Text form (spaces not underscores) of the main part. More... | |
array | $mRestrictionsExpiry = [] |
When do the restrictions on this page expire? More... | |
bool | $mHasCascadingRestrictions |
Are cascading restrictions in effect on this page? More... | |
string | $mPrefixedText = null |
Text form including namespace/interwiki, initialised on demand. More... | |
int | $mLength = -1 |
The page length, 0 for special pages. More... | |
bool | $mLocalInterwiki = false |
Was this Title created from a string with a local interwiki prefix? More... | |
int | $mEstimateRevisions |
Estimated number of revisions; null of not loaded. More... | |
array | $mNotificationTimestamp = [] |
Associative array of user ID -> timestamp/false. More... | |
bool | $mHasSubpages |
Whether a page has any subpages. More... | |
bool | $mPageLanguage = false |
The (string) language code of the page's language and content code. More... | |
string bool null | $mDbPageLanguage = false |
The page language code from the database, null if not saved in the database or false if not loaded, yet. More... | |
TitleValue | $mTitleValue = null |
A corresponding TitleValue object. More... | |
bool | $mIsBigDeletion = null |
Would deleting this page be a big deletion? More... | |
Represents a title within MediaWiki.
Optionally may contain an interwiki designation or namespace.
Title::__toString | ( | ) |
Return a string representation of this title.
Definition at line 1444 of file Title.php.
References getPrefixedText().
Title::__wakeup | ( | ) |
Definition at line 4795 of file Title.php.
References wfUrlencode().
Title::areCascadeProtectionSourcesLoaded | ( | $getPages = true | ) |
Determines whether cascading protection sources have already been loaded from the database.
bool | $getPages | True to check if the pages are loaded, or false to check if the status is loaded. |
Title::areRestrictionsCascading | ( | ) |
Returns cascading restrictions for the current article.
Definition at line 2838 of file Title.php.
References $mCascadeRestriction, and loadRestrictions().
Title::areRestrictionsLoaded | ( | ) |
Accessor for mRestrictionsLoaded.
Definition at line 2783 of file Title.php.
References $mRestrictionsLoaded.
Title::canExist | ( | ) |
Is this in a namespace that allows actual pages?
Definition at line 1008 of file Title.php.
References NS_MAIN.
Referenced by RequestContext\canUseWikiPage().
Title::canTalk | ( | ) |
Could this title have a corresponding talk page?
Definition at line 999 of file Title.php.
References MWNamespace\canTalk().
Title::canUseNoindex | ( | ) |
Whether the magic words INDEX and NOINDEX function for this page.
Definition at line 4561 of file Title.php.
References $wgExemptFromUserRobotsControl, MWNamespace\getContentNamespaces(), and global.
|
static |
Capitalize a text string for a title if it belongs to a namespace that capitalizes.
string | $text | Containing title to capitalize |
int | $ns | Namespace index, defaults to NS_MAIN |
Definition at line 3299 of file Title.php.
References $wgContLang, global, and MWNamespace\isCapitalized().
Referenced by CategoryPager\__construct(), UploadBase\checkWarnings(), WithoutInterwikiPage\execute(), and MediaWikiTitleCodec\splitTitleString().
|
private |
Check action permissions not already checked in checkQuickPermissions.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2207 of file Title.php.
References $user, $wgDeleteRevisionsLimit, $wgLang, checkCascadingSourcesRestrictions(), checkPageRestrictions(), getNsText(), getTitleProtection(), getUserPermissionsErrorsInternal(), global, isBigDeletion(), MWNamespace\isMovable(), isMovable(), userCan(), and User\whoIs().
|
private |
Check restrictions on cascading pages.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2160 of file Title.php.
References $page, $user, as, getCascadeProtectionSources(), isCssJsSubpage(), and list.
Referenced by checkActionPermissions().
|
private |
Check CSS/JS sub-page permissions.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2090 of file Title.php.
References $user, isCssSubpage(), and isJsSubpage().
|
private |
Check against page_restrictions table requirements on this page.
The user must possess all required rights for this action.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2126 of file Title.php.
References $user, as, and getRestrictions().
Referenced by checkActionPermissions().
|
private |
Check various permission hooks.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2028 of file Title.php.
References $user, resultToError(), and Hooks\run().
|
private |
Permissions checks that fail most often, and which are easiest to test.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 1927 of file Title.php.
References $user, User\groupHasPermission(), isSubpage(), isTalkPage(), missingPermissionError(), NS_CATEGORY, NS_FILE, NS_USER, and Hooks\run().
|
private |
Check that the user is allowed to read this page.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2311 of file Title.php.
References $name, $user, $wgWhitelistRead, $wgWhitelistReadRegexp, as, getDBkey(), getNamespace(), getPrefixedDBkey(), getPrefixedText(), SpecialPage\getTitleFor(), global, User\isEveryoneAllowed(), isSpecial(), isSpecialPage(), list, missingPermissionError(), NS_MAIN, SpecialPageFactory\resolveAlias(), and Hooks\run().
|
private |
Check permissions on special pages & namespaces.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2061 of file Title.php.
References $user, getNsText(), isNamespaceProtected(), NS_MAIN, NS_MEDIAWIKI, NS_SPECIAL, and wfMessage().
|
private |
Check that the user isn't blocked from editing.
string | $action | The action to check |
User | $user | User to check |
array | $errors | List of current errors |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
bool | $short | Short circuit on first error |
Definition at line 2273 of file Title.php.
References $user, $wgEmailConfirmToEdit, false, RequestContext\getMain(), and global.
|
static |
Definition at line 3284 of file Title.php.
References $titleCache, HashBagOStuff\clear(), and LinkCache\singleton().
Referenced by WikiRevision\importOldRevision(), and TitleMethodsTest\testClearCaches().
|
static |
Callback for usort() to do title sorts by (namespace, title)
Definition at line 759 of file Title.php.
Referenced by ApiQueryInfo\execute(), and Article\view().
|
static |
Utility method for converting a character sequence from bytes to Unicode.
Primary usecase being converting $wgLegalTitleChars to a sequence usable in javascript, as PHP uses UTF-8 bytes where javascript uses Unicode code units.
string | $byteClass |
Definition at line 613 of file Title.php.
References $out.
Referenced by ResourceLoaderStartUpModule\getConfigSettings(), and TitleTest\testConvertByteClassToUnicodeClass().
Title::countAuthorsBetween | ( | $old, | |
$new, | |||
$limit, | |||
$options = [] |
|||
) |
Get the number of authors between the given revisions or revision IDs.
Used for diffs and other things that really need it.
int | Revision | $old | Old revision or rev ID (first before range by default) |
int | Revision | $new | New revision or rev ID (first after range by default) |
int | $limit | Maximum number of authors |
string | array | $options | (Optional): Single option, or an array of options: 'include_old' Include $old in the range; $new is excluded. 'include_new' Include $new in the range; $old is excluded. 'include_both' Include both $old and $new in the range. Unknown option values are ignored. |
Definition at line 4185 of file Title.php.
References $limit, $options, and getAuthorsBetween().
Title::countRevisionsBetween | ( | $old, | |
$new, | |||
$max = null |
|||
) |
Get the number of revisions between the given revision.
Used for diffs and other things that really need it.
int | Revision | $old | Old revision or rev ID (first before range) |
int | Revision | $new | New revision or rev ID (first after range) |
int | null | $max | Limit of Revisions to count, will be incremented to detect truncations |
Definition at line 4068 of file Title.php.
References $dbr, DB_SLAVE, getArticleID(), Revision\newFromTitle(), and wfGetDB().
Title::createFragmentTarget | ( | $fragment | ) |
Creates a new Title for a different fragment of the same page.
string | $fragment |
Implements MediaWiki\Linker\LinkTarget.
Definition at line 1383 of file Title.php.
References getInterwiki(), getNamespace(), and getText().
Referenced by TitleTest\testCreateFragmentTitle().
Title::deleteTitleProtection | ( | ) |
Remove any title protection due to page existing.
Definition at line 2570 of file Title.php.
References DB_MASTER, getDBkey(), getNamespace(), and wfGetDB().
Referenced by WikiPage\onArticleCreate().
Title::equals | ( | Title | $title | ) |
Compare with another title.
Title | $title |
Definition at line 4196 of file Title.php.
References getDBkey(), getInterwiki(), and getNamespace().
Referenced by getLocalURL(), isMainPage(), WikiPage\prepareContentForEdit(), NamespaceImportTitleFactoryTest\testBasic(), and NaiveImportTitleFactoryTest\testBasic().
|
static |
Escape a text fragment, say from a link, for a URL.
string | $fragment | Containing a URL or link fragment (after the "#") |
Definition at line 743 of file Title.php.
References Sanitizer\escapeId().
Referenced by getFragmentForURL().
Title::estimateRevisionCount | ( | ) |
Get the approximate revision count of this page.
Definition at line 4045 of file Title.php.
References $dbr, $mEstimateRevisions, DB_SLAVE, exists(), getArticleID(), and wfGetDB().
Title::exists | ( | $flags = 0 | ) |
Check if page exists.
For historical reasons, this function simply checks for the existence of the title in the page table, and will thus return false for interwiki links, special pages and the like. If you want to know if a title can be meaningfully viewed, you should probably call the isKnown() method instead.
int | $flags | An optional bit field; may be Title::GAID_FOR_UPDATE to check from master/for update |
Definition at line 4226 of file Title.php.
References $flags, getArticleID(), and Hooks\run().
Referenced by estimateRevisionCount(), getRestrictionTypes(), getTitleProtection(), SpecialUpload\getUploadForm(), hasSourceText(), isKnown(), and loadRestrictions().
Title::fixSpecialName | ( | ) |
If the Title refers to a special page alias which is not the local default, resolve the alias, and localise the name as necessary.
Otherwise, return $this
Definition at line 1052 of file Title.php.
References SpecialPageFactory\getLocalNameFor(), isSpecialPage(), list, makeTitle(), NS_SPECIAL, and SpecialPageFactory\resolveAlias().
|
staticprivate |
Helper to fix up the get{Canonical,Full,Link,Local,Internal}URL args get{Canonical,Full,Link,Local,Internal}URL methods accepted an optional second argument named variant.
This was deprecated in favor of passing an array of option with a "variant" key Once $query2 is removed for good, this helper can be dropped and the wfArrayToCgi moved to getLocalURL();
array | string | $query | |
bool | $query2 |
Definition at line 1609 of file Title.php.
References $query, wfArrayToCgi(), and wfDeprecated().
Title::flushRestrictions | ( | ) |
Flush the protection cache in this object and force reload from the database.
This is used when updating protection from WikiPage::doUpdateRestrictions().
Title::getAllRestrictions | ( | ) |
Accessor/initialisation for mRestrictions.
Definition at line 2812 of file Title.php.
References $mRestrictions, and loadRestrictions().
Title::getArticleID | ( | $flags = 0 | ) |
Get the article ID for this Title from the link cache, adding it if necessary.
int | $flags | A bit field; may be Title::GAID_FOR_UPDATE to select for update |
Definition at line 3141 of file Title.php.
References $flags, $mArticleID, getNamespace(), and LinkCache\singleton().
Referenced by MergeHistoryPager\__construct(), LinksUpdate\__construct(), ParserOutput\addLink(), countRevisionsBetween(), estimateRevisionCount(), exists(), SearchSuggestion\fromTitle(), getAuthorsBetween(), getBrokenLinksFrom(), getContentModel(), getFirstRevision(), getLatestRevID(), getLength(), getLinksFrom(), getNextRevisionID(), getParentCategories(), getPreviousRevisionID(), isBigDeletion(), isRedirect(), loadRestrictions(), loadRestrictionsFromRows(), NamespaceConflictChecker\mergePage(), moveSubpages(), and RecentChange\newForCategorization().
Title::getAuthorsBetween | ( | $old, | |
$new, | |||
$limit, | |||
$options = [] |
|||
) |
Get the authors between the given revisions or revision IDs.
Used for diffs and other things that really need it.
int | Revision | $old | Old revision or rev ID (first before range by default) |
int | Revision | $new | New revision or rev ID (first after range by default) |
int | $limit | Maximum number of authors |
string | array | $options | (Optional): Single option, or an array of options: 'include_old' Include $old in the range; $new is excluded. 'include_new' Include $new in the range; $old is excluded. 'include_both' Include both $old and $new in the range. Unknown option values are ignored. |
Definition at line 4111 of file Title.php.
References $dbr, $limit, $options, $res, array(), as, DB_SLAVE, getArticleID(), Revision\newFromTitle(), Revision\RAW, and wfGetDB().
Referenced by countAuthorsBetween().
Title::getBacklinkCache | ( | ) |
Get a backlink cache object.
Definition at line 4552 of file Title.php.
References BacklinkCache\get().
Referenced by LinksUpdate\queueRecursiveJobsForTable().
Title::getBaseText | ( | ) |
Get the base page name without a namespace, i.e.
the part before the subpage name
Definition at line 1509 of file Title.php.
References getText(), and MWNamespace\hasSubpages().
Referenced by getBaseTitle().
Title::getBaseTitle | ( | ) |
Get the base page name title, i.e.
the part before the subpage name
Definition at line 1534 of file Title.php.
References getBaseText(), getNamespace(), and makeTitle().
Title::getBrokenLinksFrom | ( | ) |
Get an array of Title objects referring to non-existent articles linked from this page.
Definition at line 3492 of file Title.php.
References $dbr, $res, as, DB_SLAVE, getArticleID(), makeTitle(), and wfGetDB().
Title::getCanonicalURL | ( | $query = '' , |
|
$query2 = false |
|||
) |
Get the URL for a canonical link, for use in things like IRC and e-mail notifications.
Uses $wgCanonicalServer and the GetCanonicalURL hook.
NOTE: Unlike getInternalURL(), the canonical URL includes the fragment
Definition at line 1824 of file Title.php.
References $query, getFragmentForURL(), getLocalURL(), PROTO_CANONICAL, Hooks\run(), and wfExpandUrl().
Title::getCascadeProtectionSources | ( | $getPages = true | ) |
Cascading protection: Get the source of any cascading restrictions on this page.
bool | $getPages | Whether or not to retrieve the actual pages that the restrictions have come from and the actual restrictions themselves. |
Definition at line 2697 of file Title.php.
References $dbr, $mCascadeSources, $mCascadingRestrictions, $mHasCascadingRestrictions, $res, $tables, as, DB_SLAVE, getDBkey(), getNamespace(), makeTitle(), NS_FILE, wfGetDB(), and wfTimestampNow().
Referenced by checkCascadingSourcesRestrictions(), and isCascadeProtected().
Title::getCategorySortkey | ( | $prefix = '' | ) |
Returns the raw sort key to be used for categories, with the specified prefix.
This will be fed to Collation::getSortKey() to get a binary sortkey that can be used for actual sorting.
string | $prefix | The prefix to be used, specified using {{defaultsort:}} or like [[Category:Foo|prefix]]. Empty for no prefix. |
Definition at line 4582 of file Title.php.
References getText(), and Hooks\run().
Referenced by CategoryViewer\doCategoryQuery().
Title::getCdnUrls | ( | ) |
Get a list of URLs to purge from the CDN cache when this page changes.
Definition at line 3528 of file Title.php.
References $urls, as, getInternalURL(), getPageLanguage(), isCssSubpage(), isJsSubpage(), and Hooks\run().
Referenced by getSquidURLs(), CdnCacheUpdate\newSimplePurge(), MediaWiki\performAction(), and purgeSquid().
Title::getContentModel | ( | $flags = 0 | ) |
Get the page's content model id, see the CONTENT_MODEL_XXX constants.
int | $flags | A bit field; may be Title::GAID_FOR_UPDATE to select for update |
Definition at line 923 of file Title.php.
References $flags, $mContentModel, article, GAID_FOR_UPDATE, getArticleID(), in, and LinkCache\singleton().
Referenced by SpecialChangeContentModel\getOptionsForTitle(), hasContentModel(), loadFromRow(), and makeTitle().
Title::getDBkey | ( | ) |
Get the main part with underscores.
Implements MediaWiki\Linker\LinkTarget.
Definition at line 890 of file Title.php.
References $mDbkeyform.
Referenced by ArchivedFile\__construct(), CategoryViewer\addFragmentToTitle(), ParserOutput\addLink(), LinksUpdateTest\assertRecentChangeByCategorization(), checkReadPermissions(), LocalRepo\checkRedirect(), deleteTitleProtection(), equals(), SpecialPageFactory\executePath(), DoubleRedirectJob\fixRedirects(), getCascadeProtectionSources(), getEditNotices(), DoubleRedirectJob\getFinalDestination(), getLinksTo(), getLocalURL(), FileRepo\getNameFromTitle(), getRedirectsHere(), BenchmarkParse\getRevIdForTime(), CategoryViewer\getSubcategorySortChar(), getSubjectPage(), getSubpages(), getTalkPage(), getTitleProtection(), getTitleValue(), WikiPage\insertRedirectEntry(), LocalRepo\invalidateImageRedirect(), isAlwaysKnown(), isDeleted(), isDeletedQuick(), isSingleRevRedirect(), isSpecial(), isSubpageOf(), LogPager\limitTitle(), PageArchive\listPagesByPrefix(), moveSubpages(), RecentChange\newForCategorization(), ForeignAPIFile\newFromTitle(), WikiPage\onArticleDelete(), ApiPageSet\setGeneratorData(), SpecialWhatLinksHere\showIndirectLinks(), MediaWiki\tryNormaliseRedirect(), and LanguageConverter\updateConversionTable().
|
private |
Returns the page language code saved in the database, if $wgPageLanguageUseDB is set to true in LocalSettings.php, otherwise returns false.
If there is no language saved in the db, it will return NULL.
Definition at line 4608 of file Title.php.
References $mDbPageLanguage, $wgPageLanguageUseDB, global, and LinkCache\singleton().
Referenced by getPageLanguage(), and getPageViewLanguage().
Title::getDefaultMessageText | ( | ) |
Get the default message text or false if the message doesn't exist.
Definition at line 4336 of file Title.php.
References $lang, $name, $wgContLang, getNamespace(), global, list, NS_MEDIAWIKI, MessageCache\singleton(), and wfMessage().
Title::getDefaultNamespace | ( | ) |
Get the default namespace index, for when there is no namespace.
Definition at line 1323 of file Title.php.
References $mDefaultNamespace.
Referenced by secureAndSplit().
Title::getEarliestRevTime | ( | $flags = 0 | ) |
Get the oldest revision timestamp of this page.
int | $flags | Title::GAID_FOR_UPDATE |
Definition at line 3996 of file Title.php.
References $flags, $rev, and getFirstRevision().
Title::getEditNotices | ( | $oldid = 0 | ) |
Get a list of rendered edit notices for this page.
Array is keyed by the original message key, and values are rendered using parseAsBlock, so they will already be wrapped in paragraphs.
int | $oldid | Revision ID that's being edited |
Definition at line 4712 of file Title.php.
References $html, Sanitizer\escapeClass(), getDBkey(), getNamespace(), MWNamespace\hasSubpages(), Html\rawElement(), Hooks\run(), and wfMessage().
Title::getEditURL | ( | ) |
Get the edit URL for this Title.
Definition at line 1836 of file Title.php.
References $s, getLocalURL(), and isExternal().
|
static |
Get a filtered list of all restriction types supported by this wiki.
bool | $exists | True to get all restriction types that apply to titles that do exist, False for all restriction types that apply to titles that do not exist |
Definition at line 2481 of file Title.php.
References $wgRestrictionTypes, and global.
Referenced by ApiQueryAllPages\getAllowedParams(), and SpecialProtectedpages\getTypeMenu().
Title::getFirstRevision | ( | $flags = 0 | ) |
Get the first revision of the page.
int | $flags | Title::GAID_FOR_UPDATE |
Definition at line 3974 of file Title.php.
References $flags, DB_MASTER, DB_SLAVE, getArticleID(), Revision\selectFields(), and wfGetDB().
Referenced by getEarliestRevTime().
Title::getFragment | ( | ) |
Get the Title fragment (i.e.
\ the bit after the #) in text form
Use Title::hasFragment to check for a fragment
Implements MediaWiki\Linker\LinkTarget.
Definition at line 1334 of file Title.php.
References $mFragment.
Referenced by getFragmentForURL(), getFullText(), getTitleValue(), WikiPage\insertRedirectEntry(), and Linker\makeCommentLink().
Title::getFragmentForURL | ( | ) |
Get the fragment in URL form, including the "#" character if there is one.
Definition at line 1352 of file Title.php.
References escapeFragmentForURL(), getFragment(), and hasFragment().
Referenced by getCanonicalURL(), getFullURL(), and getLinkURL().
Title::getFullText | ( | ) |
Get the prefixed title with spaces, plus any fragment (part beginning with '#')
Definition at line 1454 of file Title.php.
References getFragment(), getPrefixedText(), and hasFragment().
Referenced by getParentCategories(), WikitextContentHandler\makeRedirectContent(), and WikitextContent\updateRedirect().
Title::getFullURL | ( | $query = '' , |
|
$query2 = false , |
|||
$proto = PROTO_RELATIVE |
|||
) |
Get a real URL referring to this title, with interwiki link and fragment.
array | string | $query | |
bool | $query2 | |
string | $proto | Protocol type to use in URL |
Definition at line 1647 of file Title.php.
References $query, getFragmentForURL(), getLocalURL(), Hooks\run(), and wfExpandUrl().
Referenced by SpecialPageFactory\executePath(), FeedUtils\getDiffLink(), getLinkURL(), CssContentHandler\makeRedirectContent(), JavaScriptContentHandler\makeRedirectContent(), and MediaWiki\tryNormaliseRedirect().
Title::getInternalURL | ( | $query = '' , |
|
$query2 = false |
|||
) |
Get the URL form for an internal link.
This uses $wgInternalServer to qualify the path, or $wgServer if $wgInternalServer is not set. If the server variable used is protocol-relative, the URL will be expanded to http://
Definition at line 1804 of file Title.php.
References $query, $wgInternalServer, $wgServer, getLocalURL(), global, PROTO_HTTP, Hooks\run(), and wfExpandUrl().
Referenced by getCdnUrls().
Title::getInterwiki | ( | ) |
Get the interwiki prefix.
Use Title::isExternal to check if a interwiki is set
Implements MediaWiki\Linker\LinkTarget.
Definition at line 800 of file Title.php.
References $mInterwiki.
Referenced by createFragmentTarget(), equals(), getRedirectsHere(), getTitleValue(), WikiPage\insertRedirectEntry(), isSubpageOf(), WikitextContentHandler\makeRedirectContent(), and TitleTest\testCreateFragmentTitle().
|
staticprivate |
B/C kludge: provide an InterwikiLookup for use by Title.
Ideally, Title would have no methods that need this. Avoid usage of this singleton by using TitleValue and the associated services when possible.
Title::getLatestRevID | ( | $flags = 0 | ) |
What is the page_latest field for this page?
int | $flags | A bit field; may be Title::GAID_FOR_UPDATE to select for update |
Definition at line 3230 of file Title.php.
References $flags, $mLatestID, article, GAID_FOR_UPDATE, getArticleID(), in, and LinkCache\singleton().
Referenced by RefreshLinksJob\runForTitle().
Title::getLength | ( | $flags = 0 | ) |
What is the length of this page? Uses link cache, adding it if necessary.
int | $flags | A bit field; may be Title::GAID_FOR_UPDATE to select for update |
Definition at line 3202 of file Title.php.
References $flags, $mLength, article, getArticleID(), in, and LinkCache\singleton().
Title::getLinksFrom | ( | $options = [] , |
|
$table = 'pagelinks' , |
|||
$prefix = 'pl' |
|||
) |
Get an array of Title objects linked from this Title Also stores the IDs in the link cache.
WARNING: do not use this function on arbitrary user-supplied titles! On heavily-used templates it will max out the memory.
array | $options | Query option to Database::select() |
string | $table | Table name |
string | $prefix | Fields prefix |
Definition at line 3427 of file Title.php.
References $options, $res, as, DB_SLAVE, getArticleID(), makeTitle(), newFromRow(), WikiPage\selectFields(), LinkCache\singleton(), and wfGetDB().
Referenced by getTemplateLinksFrom().
Title::getLinksTo | ( | $options = [] , |
|
$table = 'pagelinks' , |
|||
$prefix = 'pl' |
|||
) |
Get an array of Title objects linking to this Title Also stores the IDs in the link cache.
WARNING: do not use this function on arbitrary user-supplied titles! On heavily-used templates it will max out the memory.
array | $options | May be FOR UPDATE |
string | $table | Table name |
string | $prefix | Fields prefix |
Definition at line 3369 of file Title.php.
References $options, $res, as, DB_MASTER, DB_SLAVE, getDBkey(), getNamespace(), makeTitle(), LinkCache\singleton(), and wfGetDB().
Referenced by getTemplateLinksTo().
Get a URL that's the simplest URL that will be valid to link, locally, to the current Title.
It includes the fragment, but does not include the server unless action=render is used (or the link is external). If there's a fragment but the prefixed text is empty, we just return a link to the fragment.
The result obviously should not be URL-escaped, but does need to be HTML-escaped if it's being output in HTML.
array | $query | |
bool | $query2 | |
string | int | bool | $proto | A PROTO_* constant on how the URL should be expanded, or false (default) for no expansion |
Definition at line 1781 of file Title.php.
References $query, $ret, getFragmentForURL(), getFullURL(), getLocalURL(), getPrefixedText(), hasFragment(), and isExternal().
Referenced by Parser\renderImageGallery().
Title::getLocalURL | ( | $query = '' , |
|
$query2 = false |
|||
) |
Get a URL with no fragment or server name (relative URL) from a Title object.
If this page is generated with action=render, however, $wgServer is prepended to make an absolute URL.
string | array | $query | An optional query string, not used for interwiki links. Can be specified as an associative array as well, e.g., array( 'action' => 'edit' ) (keys and values will be URL-escaped). Some query patterns will trigger various shorturl path replacements. |
array | $query2 | An optional secondary query array. This one MUST be an array. If a string is passed it will be interpreted as a deprecated variant argument and urlencoded into a variant= argument. This second query argument will be added to the $query The second parameter is deprecated since 1.19. Pass it as a key,value pair in the first parameter array instead. |
Definition at line 1688 of file Title.php.
References $matches, $query, $wgActionPaths, $wgArticlePath, $wgContLang, $wgRequest, $wgScript, $wgServer, $wgVariantArticlePath, equals(), getDBkey(), getNsText(), getPageLanguage(), getPrefixedDBkey(), global, Hooks\run(), wfAppendQuery(), and wfUrlencode().
Referenced by EditPage\getActionURL(), getCanonicalURL(), getEditURL(), getFullURL(), getInternalURL(), getLinkURL(), Linker\makeThumbLink2(), and Language\numLink().
Title::getNamespace | ( | ) |
Get the namespace index, i.e.
one of the NS_xxxx constants.
Implements MediaWiki\Linker\LinkTarget.
Definition at line 913 of file Title.php.
References $mNamespace.
Referenced by SubpageImportTitleFactory\__construct(), EmailNotification\actuallyNotifyOnPageChange(), CategoryViewer\addFragmentToTitle(), ParserOutput\addLink(), XmlDumpWriter\canonicalTitle(), EmailNotification\canSendUserTalkEmail(), checkReadPermissions(), LocalRepo\checkRedirect(), createFragmentTarget(), deleteTitleProtection(), CategoryViewer\doCategoryQuery(), equals(), WikiPage\factory(), DoubleRedirectJob\fixRedirects(), getArticleID(), getBaseTitle(), getCascadeProtectionSources(), getDefaultMessageText(), getEditNotices(), DoubleRedirectJob\getFinalDestination(), getLinksTo(), getNamespaceKey(), getRedirectsHere(), getRestrictionTypes(), BenchmarkParse\getRevIdForTime(), getRootTitle(), getSubjectPage(), getSubpage(), getSubpages(), getTalkPage(), getTitleProtection(), getTitleValue(), hasSubjectNamespace(), inNamespace(), WikiPage\insertRedirectEntry(), isContentPage(), isConversionTable(), isDeleted(), isDeletedQuick(), isMovable(), isSingleRevRedirect(), isSpecialPage(), isSubpageOf(), isTalkPage(), isWatchable(), LogPager\limitTitle(), PageArchive\listPagesByPrefix(), WikitextContentHandler\makeRedirectContent(), moveSubpages(), RecentChange\newForCategorization(), EmailNotification\notifyOnPageChange(), WikiPage\onArticleCreate(), WikiPage\onArticleDelete(), ApiPageSet\setGeneratorData(), MovePageForm\showForm(), SpecialWhatLinksHere\showIndirectLinks(), TitleTest\testCreateFragmentTitle(), touchLinks(), and LanguageConverter\updateConversionTable().
Title::getNamespaceKey | ( | $prepend = 'nstab-' | ) |
Generate strings used for xml 'id' names in monobook tabs.
string | $prepend | Defaults to 'nstab-' |
Definition at line 4461 of file Title.php.
References $wgContLang, MWNamespace\exists(), MWNamespace\getCanonicalName(), getNamespace(), MWNamespace\getSubject(), getSubjectNsText(), and global.
Title::getNextRevisionID | ( | $revId, | |
$flags = 0 |
|||
) |
Get the revision ID of the next revision.
int | $revId | Revision ID. Get the revision that was after this one. |
int | $flags | Title::GAID_FOR_UPDATE |
Definition at line 3950 of file Title.php.
References $flags, $revId, DB_MASTER, DB_SLAVE, getArticleID(), and wfGetDB().
Referenced by WatchedItemStore\getNotificationTimestamp().
Title::getNotificationTimestamp | ( | $user = null | ) |
Title::getNsText | ( | ) |
Get the namespace text.
Definition at line 954 of file Title.php.
References MWNamespace\exists(), MWNamespace\getCanonicalName(), isExternal(), and wfDebug().
Referenced by checkActionPermissions(), checkSpecialsAndNSPermissions(), getLocalURL(), and prefix().
Title::getOtherPage | ( | ) |
Get the other title for this page, if this is a subject page get the talk page, if it is a subject page get the talk page.
MWException |
Definition at line 1307 of file Title.php.
References getSubjectPage(), getTalkPage(), isSpecialPage(), and isTalkPage().
Referenced by WikiPage\onArticleCreate(), and WikiPage\onArticleDelete().
Title::getPageLanguage | ( | ) |
Get the language in which the content of this page is written in wikitext.
Defaults to $wgContLang, but in certain cases it can be e.g. $wgLang (such as special pages, which are in the user language).
Definition at line 4630 of file Title.php.
References $wgLang, $wgLanguageCode, getDbPageLanguageCode(), global, isSpecialPage(), and wfGetLangObj().
Referenced by WikitextContent\fillParserOutput(), SpecialExpandTemplates\generateHtml(), getCdnUrls(), and getLocalURL().
Title::getPageViewLanguage | ( | ) |
Get the language in which the content of this page is written when viewed by user.
Defaults to $wgContLang, but in certain cases it can be e.g. $wgLang (such as special pages, which are in the user language).
Definition at line 4668 of file Title.php.
References $wgLang, Language\factory(), getDbPageLanguageCode(), global, isSpecialPage(), and wfGetLangObj().
Referenced by SpecialExpandTemplates\showHtmlPreview().
Title::getParentCategories | ( | ) |
Get categories to which this Title belongs and return an array of categories' names.
Definition at line 3847 of file Title.php.
References $dbr, $res, $wgContLang, as, DB_SLAVE, getArticleID(), getFullText(), global, NS_CATEGORY, and wfGetDB().
Referenced by getParentCategoryTree().
Title::getParentCategoryTree | ( | $children = [] | ) |
Get a tree of parent categories.
array | $children | Array with the children in the keys, to check for circular refs |
Definition at line 3882 of file Title.php.
References as, getParentCategories(), and newFromText().
Title::getPartialURL | ( | ) |
Title::getPrefixedDBkey | ( | ) |
Get the prefixed database key form.
Definition at line 1418 of file Title.php.
Referenced by PPTemplateFrame_Hash\__construct(), PPTemplateFrame_DOM\__construct(), checkReadPermissions(), DoubleRedirectJob\fixRedirects(), DoubleRedirectJob\getFinalDestination(), getLocalURL(), Linker\getRevDeleteLink(), ApiStashEdit\getStashKey(), isValidMoveTarget(), PPFrame_Hash\loopCheck(), PPFrame_DOM\loopCheck(), Linker\makeImageLink(), RecentChange\newForCategorization(), BenchmarkParse\onFetchTemplate(), and MediaWiki\tryNormaliseRedirect().
Title::getPrefixedText | ( | ) |
Get the prefixed title with spaces.
This is the form usually used for display
Definition at line 1430 of file Title.php.
References $mPrefixedText, $s, and prefix().
Referenced by __toString(), XmlDumpWriter\canonicalTitle(), checkReadPermissions(), FileDeleteForm\doDelete(), SearchSuggestion\fromTitle(), InfoAction\getCacheKey(), getFullText(), getLinkURL(), getRestrictionTypes(), CategoryViewer\getSubcategorySortChar(), getTitleValue(), LogPager\limitTitle(), Linker\makeCommentLink(), SpecialPage\prefixSearchString(), SpecialChangeContentModel\setParameter(), MovePageForm\showForm(), TitleTest\testGetPrefixedText(), SearchEnginePrefixTest\testSearch(), SearchEnginePrefixTest\testSearchWithOffset(), StringPrefixSearch\titles(), ApiWatch\watchTitle(), SpecialWhatLinksHere\whatlinkshereForm(), and SpecialWhatLinksHere\wlhLink().
Title::getPrefixedURL | ( | ) |
Get a URL-encoded title (not an actual URL) including interwiki.
Definition at line 1590 of file Title.php.
References $s, prefix(), and wfUrlencode().
Referenced by DumpLinks\execute().
Title::getPreviousRevisionID | ( | $revId, | |
$flags = 0 |
|||
) |
Get the revision ID of the previous revision.
int | $revId | Revision ID. Get the revision that was before this one. |
int | $flags | Title::GAID_FOR_UPDATE |
Definition at line 3925 of file Title.php.
References $flags, $revId, DB_MASTER, DB_SLAVE, getArticleID(), and wfGetDB().
Title::getRedirectsHere | ( | $ns = null | ) |
Get all extant redirects to this Title.
int | null | $ns | Single namespace to consider; null to consider all namespaces |
Definition at line 4492 of file Title.php.
References $dbr, $res, as, DB_SLAVE, getDBkey(), getInterwiki(), getNamespace(), isExternal(), and wfGetDB().
Title::getRestrictionExpiry | ( | $action | ) |
Get the expiry time for the restriction against a given action.
string | $action |
Definition at line 2826 of file Title.php.
References loadRestrictions().
Title::getRestrictions | ( | $action | ) |
Accessor/initialisation for mRestrictions.
string | $action | Action that permission needs to be checked for |
Definition at line 2796 of file Title.php.
References loadRestrictions().
Referenced by checkPageRestrictions(), isProtected(), and isSemiProtected().
Title::getRestrictionTypes | ( | ) |
Returns restriction types for the current Title.
Definition at line 2499 of file Title.php.
References exists(), getNamespace(), getPrefixedText(), isSpecialPage(), NS_FILE, Hooks\run(), and wfDebug().
Referenced by isProtected(), and loadRestrictionsFromRows().
Title::getRootText | ( | ) |
Get the root page name text without a namespace, i.e.
the leftmost part before any slashes
Definition at line 1474 of file Title.php.
References getText(), and MWNamespace\hasSubpages().
Referenced by getRootTitle().
Title::getRootTitle | ( | ) |
Get the root page name title, i.e.
the leftmost part before any slashes
Definition at line 1494 of file Title.php.
References getNamespace(), getRootText(), and makeTitle().
|
staticprotected |
Returns a list of fields that are to be selected for initializing Title objects or LinkCache entries.
Uses $wgContentHandlerUseDB to determine whether to include page_content_model.
Definition at line 370 of file Title.php.
References $wgContentHandlerUseDB, $wgPageLanguageUseDB, and global.
Title::getSkinFromCssJsSubpage | ( | ) |
Title::getSquidURLs | ( | ) |
Definition at line 3556 of file Title.php.
References getCdnUrls().
Title::getSubjectNsText | ( | ) |
Get the namespace text of the subject (rather than talk) page.
Definition at line 979 of file Title.php.
References $wgContLang, MWNamespace\getSubject(), and global.
Referenced by getNamespaceKey().
Title::getSubjectPage | ( | ) |
Get a title object associated with the subject page of this talk page.
Definition at line 1290 of file Title.php.
References getDBkey(), getNamespace(), MWNamespace\getSubject(), and makeTitle().
Referenced by getOtherPage().
Title::getSubpage | ( | $text | ) |
Get the title for a subpage of the current page.
string | $text | The subpage name to add to the title |
Definition at line 1570 of file Title.php.
References getNamespace(), getText(), and makeTitleSafe().
Title::getSubpages | ( | $limit = -1 | ) |
Get all subpages of this page.
int | $limit | Maximum number of subpages to fetch; -1 for no limit |
Definition at line 3062 of file Title.php.
References $dbr, $limit, $options, DB_SLAVE, getDBkey(), getNamespace(), MWNamespace\hasSubpages(), TitleArray\newFromResult(), and wfGetDB().
Referenced by hasSubpages(), and moveSubpages().
Title::getSubpageText | ( | ) |
Get the lowest-level subpage name, i.e.
the rightmost part after any slashes
Definition at line 1549 of file Title.php.
References $mTextform, and MWNamespace\hasSubpages().
Referenced by getSubpageUrlForm().
Title::getSubpageUrlForm | ( | ) |
Get a URL-encoded form of the subpage text.
Definition at line 1579 of file Title.php.
References getSubpageText(), and wfUrlencode().
Title::getTalkNsText | ( | ) |
Get the namespace text of the talk page.
Definition at line 989 of file Title.php.
References $wgContLang, MWNamespace\getTalk(), and global.
Title::getTalkPage | ( | ) |
Get a Title object associated with the talk page of this article.
Definition at line 1280 of file Title.php.
References getDBkey(), getNamespace(), MWNamespace\getTalk(), and makeTitle().
Referenced by getOtherPage().
Title::getTemplateLinksFrom | ( | $options = [] | ) |
Get an array of Title objects used on this Title as a template Also stores the IDs in the link cache.
WARNING: do not use this function on arbitrary user-supplied titles! On heavily-used templates it will max out the memory.
array | $options | May be FOR UPDATE |
Definition at line 3480 of file Title.php.
References $options, and getLinksFrom().
Title::getTemplateLinksTo | ( | $options = [] | ) |
Get an array of Title objects using this Title as a template Also stores the IDs in the link cache.
WARNING: do not use this function on arbitrary user-supplied titles! On heavily-used templates it will max out the memory.
array | $options | Query option to Database::select() |
Definition at line 3411 of file Title.php.
References $options, and getLinksTo().
Title::getText | ( | ) |
Get the text form (spaces not underscores) of the main part.
Implements MediaWiki\Linker\LinkTarget.
Definition at line 872 of file Title.php.
References $mTextform.
Referenced by EmailNotification\actuallyNotifyOnPageChange(), CategoryViewer\addSubcategoryObject(), XmlDumpWriter\canonicalTitle(), EmailNotification\canSendUserTalkEmail(), createFragmentTarget(), LanguageConverter\findVariantLink(), getBaseText(), getCategorySortkey(), getRootText(), getSubpage(), isConversionTable(), isSubpage(), Linker\makeMediaLinkFile(), WikiPage\onArticleDelete(), FileDuplicateSearchPage\prefixSearchSubpages(), MovePageForm\showForm(), and TitleTest\testCreateFragmentTitle().
|
staticprivate |
|
staticprivate |
B/C kludge: provide a TitleParser for use by Title.
Ideally, Title would have no methods that need this. Avoid usage of this singleton by using TitleValue and the associated services when possible.
|
static |
Returns a simple regex that will match on characters and sequences invalid in titles.
Note that this doesn't pick up many things that could be wrong with titles, but that replacing this regex with something valid will make many titles valid.
Definition at line 599 of file Title.php.
References MediaWikiTitleCodec\getTitleInvalidRegex(), and wfDeprecated().
Title::getTitleProtection | ( | ) |
Is this title subject to title protection? Title protection is the one applied against creation of such title.
Definition at line 2526 of file Title.php.
References $dbr, $mTitleProtection, $res, DB_SLAVE, exists(), getDBkey(), getNamespace(), and wfGetDB().
Referenced by checkActionPermissions(), and loadRestrictions().
Title::getTitleValue | ( | ) |
Get a TitleValue object representing this Title.
Definition at line 849 of file Title.php.
References $mTitleValue, getDBkey(), getFragment(), getInterwiki(), getNamespace(), getPrefixedText(), and wfDebug().
Title::getTouched | ( | $db = null | ) |
Title::getTransWikiID | ( | ) |
Returns the DB name of the distant wiki which owns the object.
Definition at line 832 of file Title.php.
References isExternal().
Title::getUserCaseDBKey | ( | ) |
Get the DB key with the initial letter case as specified by the user.
Definition at line 899 of file Title.php.
References $mDbkeyform, and $mUserCaseDBKey.
Referenced by FileRepo\getNameFromTitle().
Title::getUserPermissionsErrors | ( | $action, | |
$user, | |||
$rigor = 'secure' , |
|||
$ignoreErrors = [] |
|||
) |
Can $user perform $action on this page?
string | $action | Action that permission needs to be checked for |
User | $user | User to check |
string | $rigor | One of (quick,full,secure)
|
array | $ignoreErrors | Array of Strings Set this to a list of message keys whose corresponding errors may be ignored. |
Definition at line 1896 of file Title.php.
References $user, as, and getUserPermissionsErrorsInternal().
|
protected |
Can $user perform $action on this page? This is an internal function, with multiple levels of checks depending on performance needs; see $rigor below.
It does not check wfReadOnly().
string | $action | Action that permission needs to be checked for |
User | $user | User to check |
string | $rigor | One of (quick,full,secure)
|
bool | $short | Set this to true to stop after the first permission error. |
Definition at line 2421 of file Title.php.
References $user.
Referenced by checkActionPermissions(), getUserPermissionsErrors(), and userCan().
Title::hasContentModel | ( | $id | ) |
Convenience method for checking a title's content model name.
string | $id | The content model ID (use the CONTENT_MODEL_XXX constants). |
Definition at line 945 of file Title.php.
References getContentModel().
Referenced by isCssJsSubpage(), isCssOrJsPage(), isCssSubpage(), isJsSubpage(), and isWikitextPage().
Title::hasFragment | ( | ) |
Check if a Title fragment is set.
Implements MediaWiki\Linker\LinkTarget.
Definition at line 1344 of file Title.php.
Referenced by getFragmentForURL(), getFullText(), and getLinkURL().
Title::hasSourceText | ( | ) |
Does this page have source text?
Definition at line 4310 of file Title.php.
References $name, $wgContLang, exists(), global, list, NS_MEDIAWIKI, MessageCache\singleton(), and wfMessage().
Referenced by isAlwaysKnown().
Title::hasSubjectNamespace | ( | $ns | ) |
Returns true if the title has the same subject namespace as the namespace specified.
For example this method will take NS_USER and return true if namespace is either NS_USER or NS_USER_TALK since both of them have NS_USER as their subject namespace.
This is MUCH simpler than individually testing for equivalence against both NS_USER and NS_USER_TALK, and is also forward compatible.
int | $ns |
Definition at line 1114 of file Title.php.
References getNamespace(), and MWNamespace\subjectEquals().
Title::hasSubpages | ( | ) |
Does this have subpages? (Warning, usually requires an extra DB query.)
Definition at line 3034 of file Title.php.
References $mHasSubpages, getSubpages(), and MWNamespace\hasSubpages().
Title::inNamespace | ( | $ns | ) |
Returns true if the title is inside the specified namespace.
Please make use of this instead of comparing to getNamespace() This function is much more resistant to changes we may make to namespaces than code that makes direct comparisons.
int | $ns | The namespace |
Implements MediaWiki\Linker\LinkTarget.
Definition at line 1075 of file Title.php.
References MWNamespace\equals(), and getNamespace().
Referenced by inNamespaces().
Title::inNamespaces | ( | ) |
Returns true if the title is inside one of the specified namespaces.
int | $namespaces,... | The namespaces to check for |
Definition at line 1086 of file Title.php.
References $namespaces, as, and inNamespace().
Title::invalidateCache | ( | $purgeTime = null | ) |
Updates page_touched for this page; called from LinksUpdate.php.
string | $purgeTime | [optional] TS_MW timestamp |
Definition at line 4361 of file Title.php.
References $fname, IDatabase\addQuotes(), DeferredUpdates\addUpdate(), DB_MASTER, pageCond(), DeferredUpdates\PRESEND, IDatabase\timestamp(), IDatabase\update(), use, wfGetDB(), and wfReadOnly().
Referenced by File\purgeDescription().
Title::isAlwaysKnown | ( | ) |
Should links to this title be shown as potentially viewable (i.e.
as "bluelinks"), even if there's no record by this title in the page table?
This function is semi-deprecated for public use, as well as somewhat misleadingly named. You probably just want to call isKnown(), which calls this function internally.
(ISSUE: Most of these checks are cheap, but the file existence check can potentially be quite expensive. Including it here fixes a lot of existing code, but we might want to add an optional parameter to skip it and any other expensive checks.)
Definition at line 4248 of file Title.php.
References SpecialPageFactory\exists(), getDBkey(), hasSourceText(), isExternal(), NS_FILE, NS_MAIN, NS_MEDIA, NS_MEDIAWIKI, NS_SPECIAL, Hooks\run(), and wfFindFile().
Referenced by isKnown().
Title::isBigDeletion | ( | ) |
Check whether the number of revisions of this page surpasses $wgDeleteRevisionsLimit.
Definition at line 4016 of file Title.php.
References $dbr, $mIsBigDeletion, $wgDeleteRevisionsLimit, DB_SLAVE, getArticleID(), global, and wfGetDB().
Referenced by checkActionPermissions().
Title::isCascadeProtected | ( | ) |
Cascading protection: Return true if cascading restrictions apply to this page, false if not.
Definition at line 2666 of file Title.php.
References getCascadeProtectionSources(), and list.
Title::isContentPage | ( | ) |
Is this Title in a namespace which contains content? In other words, is this a content page, for the purposes of calculating statistics, etc?
Definition at line 1125 of file Title.php.
References getNamespace(), and MWNamespace\isContent().
Title::isConversionTable | ( | ) |
Is this a conversion table for the LanguageConverter?
Definition at line 1176 of file Title.php.
References getNamespace(), getText(), and NS_MEDIAWIKI.
Title::isCssJsSubpage | ( | ) |
Is this a .css or .js subpage of a user page?
Definition at line 1225 of file Title.php.
References CONTENT_MODEL_CSS, CONTENT_MODEL_JAVASCRIPT, hasContentModel(), isSubpage(), and NS_USER.
Referenced by checkCascadingSourcesRestrictions().
Title::isCssOrJsPage | ( | ) |
Could this page contain custom CSS or JavaScript for the global UI.
This is generally true for pages in the MediaWiki namespace having CONTENT_MODEL_CSS or CONTENT_MODEL_JAVASCRIPT.
This method does not return true for per-user JS/CSS. Use isCssJsSubpage() for that!
Note that this method should not return true for pages that contain and show "inactive" CSS or JS.
Definition at line 1206 of file Title.php.
References CONTENT_MODEL_CSS, CONTENT_MODEL_JAVASCRIPT, hasContentModel(), NS_MEDIAWIKI, and Hooks\run().
Title::isCssSubpage | ( | ) |
Is this a .css subpage of a user page?
Definition at line 1251 of file Title.php.
References CONTENT_MODEL_CSS, hasContentModel(), isSubpage(), and NS_USER.
Referenced by checkCSSandJSPermissions(), and getCdnUrls().
Title::isDeleted | ( | ) |
Is there a version of this page in the deletion archive?
Definition at line 3090 of file Title.php.
References $dbr, DB_SLAVE, getDBkey(), getNamespace(), NS_FILE, and wfGetDB().
Title::isDeletedQuick | ( | ) |
Is there a version of this page in the deletion archive?
Definition at line 3115 of file Title.php.
References $dbr, DB_SLAVE, getDBkey(), getNamespace(), NS_FILE, and wfGetDB().
Referenced by File\wasDeleted().
Title::isExternal | ( | ) |
Is this Title interwiki?
Implements MediaWiki\Linker\LinkTarget.
Definition at line 789 of file Title.php.
Referenced by ParserOutput\addLink(), XmlDumpWriter\canonicalTitle(), getEditURL(), DoubleRedirectJob\getFinalDestination(), getLinkURL(), getNsText(), getRedirectsHere(), getTransWikiID(), isAlwaysKnown(), isLocal(), isMovable(), isTrans(), isWatchable(), Linker\makeCommentLink(), prefix(), and secureAndSplit().
Title::isJsSubpage | ( | ) |
Is this a .js subpage of a user page?
Definition at line 1261 of file Title.php.
References CONTENT_MODEL_JAVASCRIPT, hasContentModel(), isSubpage(), and NS_USER.
Referenced by checkCSSandJSPermissions(), and getCdnUrls().
Title::isKnown | ( | ) |
Does this title refer to a page that can (or might) be meaningfully viewed? In particular, this function may be used to determine if links to the title should be rendered as "bluelinks" (as opposed to "redlinks" to non-existent pages).
Adding something else to this function will cause inconsistency since LinkHolderArray calls isAlwaysKnown() and does its own page existence check.
Definition at line 4301 of file Title.php.
References exists(), and isAlwaysKnown().
Referenced by WantedQueryPage\existenceCheck().
Title::isLocal | ( | ) |
Determine whether the object refers to a page within this project (either this wiki or a wiki with a local interwiki, see https://www.mediawiki.org/wiki/Manual:Interwiki_table#iw_local )
Definition at line 774 of file Title.php.
References isExternal().
Title::isMainPage | ( | ) |
Is this the mainpage?
Definition at line 1156 of file Title.php.
References equals(), and newMainPage().
Title::isMovable | ( | ) |
Would anybody with sufficient privileges be able to move this page? Some pages just aren't movable.
Definition at line 1135 of file Title.php.
References getNamespace(), isExternal(), MWNamespace\isMovable(), and Hooks\run().
Referenced by checkActionPermissions().
Title::isNamespaceProtected | ( | User | $user | ) |
Determines if $user is unable to edit this page because it has been protected by $wgNamespaceProtection.
Definition at line 2648 of file Title.php.
References $wgNamespaceProtection, array(), as, global, and User\isAllowed().
Referenced by checkSpecialsAndNSPermissions().
Title::isNewPage | ( | ) |
Title::isProtected | ( | $action = '' | ) |
Does the title correspond to a protected article?
string | $action | The action the page is protected from, by default checks all actions. |
Definition at line 2616 of file Title.php.
References $type, $wgRestrictionLevels, as, getRestrictions(), getRestrictionTypes(), global, and isSpecialPage().
Title::isRedirect | ( | $flags = 0 | ) |
Is this an article that is a redirect page? Uses link cache, adding it if necessary.
int | $flags | A bit field; may be Title::GAID_FOR_UPDATE to select for update |
Definition at line 3167 of file Title.php.
References $flags, $mRedirect, article, getArticleID(), in, and LinkCache\singleton().
Referenced by CategoryViewer\addSubcategoryObject(), and OutputPage\buildBacklinkSubtitle().
Title::isSemiProtected | ( | $action = 'edit' | ) |
Is this page "semi-protected" - the only protection levels are listed in $wgSemiprotectedRestrictionLevels?
string | $action | Action to check (default: edit) |
Definition at line 2588 of file Title.php.
References $wgSemiprotectedRestrictionLevels, as, getRestrictions(), and global.
Title::isSingleRevRedirect | ( | ) |
Checks if this page is just a one-rev redirect.
Adds lock, so don't use just for light purposes.
Definition at line 3748 of file Title.php.
References $wgContentHandlerUseDB, DB_MASTER, getDBkey(), getNamespace(), global, pageCond(), and wfGetDB().
Title::isSpecial | ( | $name | ) |
Returns true if this title resolves to the named special page.
string | $name | The special page name |
Definition at line 1036 of file Title.php.
References $name, getDBkey(), isSpecialPage(), list, and SpecialPageFactory\resolveAlias().
Referenced by checkReadPermissions(), and isValidRedirectTarget().
Title::isSpecialPage | ( | ) |
Returns true if this is a special page.
Definition at line 1026 of file Title.php.
References getNamespace(), and NS_SPECIAL.
Referenced by SkinTemplate\buildPersonalUrls(), checkReadPermissions(), fixSpecialName(), getOtherPage(), getPageLanguage(), getPageViewLanguage(), getRestrictionTypes(), isProtected(), isSpecial(), isValidRedirectTarget(), and MediaWiki\tryNormaliseRedirect().
Title::isSubpage | ( | ) |
Is this a subpage?
Definition at line 1165 of file Title.php.
References getText(), and MWNamespace\hasSubpages().
Referenced by checkQuickPermissions(), isCssJsSubpage(), isCssSubpage(), and isJsSubpage().
Title::isSubpageOf | ( | Title | $title | ) |
Check if this title is a subpage of another title.
Title | $title |
Definition at line 4209 of file Title.php.
References getDBkey(), getInterwiki(), and getNamespace().
Title::isTalkPage | ( | ) |
Is this a talk page of some sort?
Definition at line 1271 of file Title.php.
References getNamespace(), and MWNamespace\isTalk().
Referenced by checkQuickPermissions(), and getOtherPage().
Title::isTrans | ( | ) |
Determine whether the object refers to a page within this project and is transcludable.
Definition at line 819 of file Title.php.
References isExternal().
Title::isValidMoveOperation | ( | & | $nt, |
$auth = true , |
|||
$reason = '' |
|||
) |
Check whether a given move operation would be valid.
Returns true if ok, or a getUserPermissionsErrors()-like array otherwise
Title | $nt | The new title |
bool | $auth | Whether to check user permissions (uses $wgUser) |
string | $reason | Is the log summary of the move, used for spam checking |
Definition at line 3592 of file Title.php.
References $wgUser, global, and wfMergeErrorArrays().
Referenced by moveTo(), and MovePageForm\showForm().
Title::isValidMoveTarget | ( | $nt | ) |
Checks if $this can be moved to a given Title.
Title | $nt | The new title to check |
Definition at line 3799 of file Title.php.
References $content, $rev, getPrefixedDBkey(), Revision\newFromTitle(), NS_FILE, IDBAccessObject\READ_LATEST, wfDebug(), and wfLocalFile().
Title::isValidRedirectTarget | ( | ) |
Check if this Title is a valid redirect target.
Definition at line 4528 of file Title.php.
References as, global, isSpecial(), and isSpecialPage().
Referenced by AbstractContent\getRedirectChain(), and XmlDumpWriter\openPage().
Title::isWatchable | ( | ) |
Can this title be added to a user's watchlist?
Definition at line 1017 of file Title.php.
References getNamespace(), isExternal(), and MWNamespace\isWatchable().
Referenced by ApiWatch\watchTitle().
Title::isWikitextPage | ( | ) |
Does that page contain wikitext, or it is JS, CSS or whatever?
Definition at line 1188 of file Title.php.
References CONTENT_MODEL_WIKITEXT, and hasContentModel().
|
static |
Get a regex character class describing the legal characters in a link.
Definition at line 585 of file Title.php.
References $wgLegalTitleChars, and global.
Referenced by ApiQuerySiteinfo\appendGeneralInfo(), ImageCleanup\buildSafeTitle(), ResourceLoaderStartUpModule\getConfigSettings(), Languages\getMessagesWithDubiousLinks(), MediaWikiTitleCodec\getTitleInvalidRegex(), Parser\pstPass2(), Parser\replaceInternalLinks2(), TitleTest\testLegalChars(), and wfStripIllegalFilenameChars().
Title::loadFromRow | ( | $row | ) |
Title::loadRestrictions | ( | $oldFashionedRestrictions = null | ) |
Load restrictions from the page_restrictions table.
string | $oldFashionedRestrictions | Comma-separated list of page restrictions from page table (pre 1.10) |
Definition at line 2945 of file Title.php.
References $dbr, $res, DB_SLAVE, exists(), getArticleID(), getTitleProtection(), loadRestrictionsFromResultWrapper(), wfGetDB(), and wfTimestampNow().
Referenced by areRestrictionsCascading(), getAllRestrictions(), getRestrictionExpiry(), and getRestrictions().
|
private |
Loads a string into mRestrictions array.
ResultWrapper | $res | Resource restrictions as an SQL result. |
string | $oldFashionedRestrictions | Comma-separated list of page restrictions from page table (pre 1.10) |
Definition at line 2853 of file Title.php.
References $res, as, and loadRestrictionsFromRows().
Referenced by loadRestrictions().
Title::loadRestrictionsFromRows | ( | $rows, | |
$oldFashionedRestrictions = null |
|||
) |
Compiles list of active page restrictions from both page table (pre 1.10) and page_restrictions table for this existing page.
Public for usage by LiquidThreads.
array | $rows | Array of db result objects |
string | $oldFashionedRestrictions | Comma-separated list of page restrictions from page table (pre 1.10) |
Definition at line 2872 of file Title.php.
References $dbr, $type, as, DB_SLAVE, getArticleID(), getRestrictionTypes(), wfGetDB(), and wfTimestampNow().
Referenced by loadRestrictionsFromResultWrapper().
|
static |
Make a prefixed DB key from a DB key and a namespace index.
int | $ns | Numerical representation of the namespace |
string | $title | The DB key form the title |
string | $fragment | The link fragment (after the "#") |
string | $interwiki | The interwiki prefix |
bool | $canonicalNamespace | If true, use the canonical name for $ns instead of the localized version. |
Definition at line 717 of file Title.php.
References $name, $title, $wgContLang, MWNamespace\getCanonicalName(), and global.
Referenced by MovePageForm\doSubmit(), makeTitleSafe(), and TitleCleanup\processRow().
|
static |
Create a new Title from a namespace index and a DB key.
It's assumed that $ns and $title are valid, for instance when they came directly from the database or a special page name. For convenience, spaces are converted to underscores so that eg user_text fields can be used directly.
int | $ns | The namespace of the article |
string | $title | The unprefixed database key form |
string | $fragment | The link fragment (after the "#") |
string | $interwiki | The interwiki prefix |
Definition at line 503 of file Title.php.
References $t, $title, getContentModel(), in, and wfUrlencode().
Referenced by FakeDimensionFile\__construct(), JobSpecification\__construct(), NewParserTest\addDBDataOnce(), CategoryViewer\addFragmentToTitle(), ChangesFeed\buildItems(), FindOrphanedFiles\checkFiles(), LocalRepo\checkRedirect(), Orphans\checkSeparation(), CompressOld\compressWithConcat(), ApiPageSetTest\createPageSetWithRedirect(), SpecialRedirect\dispatchUser(), JobQueueDB\doPop(), CdnCacheUpdate\doUpdate(), LinkHolderArray\doVariants(), CheckBadRedirects\execute(), ApiQueryDeletedrevs\execute(), DeleteDefaultMessages\execute(), ApiQueryFilearchive\execute(), AttachLatest\execute(), FixDoubleRedirects\execute(), DumpLinks\execute(), PurgeChangedPages\execute(), NukeNS\execute(), DeleteEqualMessages\execute(), ApiQueryWatchlist\extractOutputData(), ApiQueryLogEvents\extractRowInfo(), ApiQueryContributions\extractRowInfo(), ApiQueryRecentChanges\extractRowInfo(), ApiFeedContributions\feedItem(), SpecialNewpages\feedItem(), QueryPage\feedResult(), SpecialRecentChanges\filterByCategories(), ForeignAPIRepo\findBySha1(), DoubleRedirectJob\fixRedirects(), fixSpecialName(), WikiFilePage\followRedirect(), FeedUtils\formatDiff(), ApiParse\formatLinks(), UncategorizedCategoriesPage\formatResult(), UnusedCategoriesPage\formatResult(), AncientPagesPage\formatResult(), UnusedtemplatesPage\formatResult(), WantedCategoriesPage\formatResult(), ListDuplicatedFilesPage\formatResult(), BrokenRedirectsPage\formatResult(), DoubleRedirectsPage\formatResult(), ListredirectsPage\formatResult(), MIMEsearchPage\formatResult(), DeletedContribsPager\formatRevisionRow(), NewFilesPager\formatRow(), SpecialNewpages\formatRow(), AllMessagesTablePager\formatValue(), ImageListPager\formatValue(), SearchSuggestion\fromText(), ParserTest\fuzzTest(), GenerateSitemap\generateLimit(), LinksUpdate\getAddedLinks(), getBaseTitle(), getBrokenLinksFrom(), User\getCanonicalName(), getCascadeProtectionSources(), ApiUpload\getChunkResult(), ApiErrorFormatter\getDummyTitle(), DoubleRedirectJob\getFinalDestination(), WikiPage\getHiddenCategories(), ChangeTagsLogItem\getHTML(), RevDelLogItem\getHTML(), JobQueueRedis\getJobFromFields(), JobQueueRedis\getJobFromUidInternal(), JobQueueDB\getJobIterator(), SpecialExport\getLinks(), getLinksFrom(), getLinksTo(), ApiDocumentationTest\getMain(), MessageCache\getMsgFromNamespace(), SearchNearMatcher\getNearMatchInternal(), ActionTest\getPage(), NewUsersLogFormatter\getPreloadTitles(), ApiQueryInfo\getProtectionInfo(), SpecialRandomInCategory\getRandomTitle(), SpecialMypage\getRedirect(), SpecialMytalk\getRedirect(), File\getRedirectedTitle(), WikiFilePage\getRedirectTarget(), ListredirectsPage\getRedirectTarget(), WikiPage\getRedirectTarget(), ApiPageSet\getRedirectTargets(), LinksUpdate\getRemovedLinks(), RollbackEdits\getRollbackTitles(), getRootTitle(), getSubjectPage(), getTalkPage(), DatabaseLogEntry\getTarget(), RCDatabaseLogEntry\getTarget(), Parser\getTemplateDom(), EditPage\getTemplates(), RecentChange\getTitle(), Message\getTitle(), SpecialPage\getTitleFor(), SpecialPageTest\getTitleForWithWarningProvider(), ResourceLoaderWikiModule\getTitleInfo(), User\getTokenUrl(), UserRightsProxy\getUserPage(), User\getUserPage(), FixDefaultJsonContentPages\handleRow(), ImagePage\imageLinks(), ApiPageSet\initFromQueryResult(), ApiPageSet\initFromRevIDs(), GenerateSitemap\main(), MediaWiki\main(), NamespaceConflictChecker\mergePage(), Revision\newFromArchiveRow(), JobSpecification\newFromArray(), EnqueueJob\newFromJobsByWiki(), ForeignDBFile\newFromRow(), OldLocalFile\newFromRow(), LocalFile\newFromRow(), ArchivedFile\newFromRow(), Article\newFromTitle(), Revision\newNullRevision(), SqlSearchResultSet\next(), CategoryMembershipChangeJob\notifyUpdatesForRevision(), XmlDumpWriter\openPage(), InfoAction\pageInfo(), MessageCache\parse(), MediaWiki\parseTitle(), ApiUpload\performUpload(), PopulateContentModel\populateRevisionOrArchive(), RebuildTextIndex\populateSearchIndex(), SpecialBlock\processForm(), WatchlistCleanup\processRow(), CapsCleanup\processRow(), SpecialUnblock\processUnblock(), TitleTest\provideCreateFragmentTitle(), TitleTest\provideGetPrefixedText(), WikitextContentHandlerTest\provideMakeRedirectContent(), GlobalWithDBTest\provideWfIsBadImageList(), PurgeChangedFiles\purgeFromLogType(), PurgeList\purgeNamespace(), LinkHolderArray\replaceInternal(), ApiQueryDeletedRevisions\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryImages\run(), ApiQueryIWBacklinks\run(), ApiQueryLangBacklinks\run(), ApiQueryProtectedTitles\run(), ApiQueryExtLinksUsage\run(), ApiQueryCategories\run(), ApiQueryWatchlistRaw\run(), ApiQueryAllCategories\run(), ApiQueryPagesWithProp\run(), ApiQueryQueryPage\run(), ApiQueryCategoryMembers\run(), ApiQueryAllPages\run(), ApiQueryLinks\run(), ApiQueryAllImages\run(), ApiQueryBacklinksprop\run(), DoubleRedirectJob\run(), ApiQueryAllLinks\run(), ApiQueryRecentChanges\run(), ApiQueryBacklinks\runFirstQuery(), ApiQueryRandom\runQuery(), ApiOpenSearch\search(), SearchSuggestion\setText(), TitlePermissionTest\setTitle(), SpecialMIMESearchTest\setUp(), ArticleTest\setUp(), TitlePermissionTest\setUp(), ParserTest\setupDatabase(), SpecialAllPages\showChunk(), SpecialWhatLinksHere\showIndirectLinks(), SpecialUpload\showUploadWarning(), TitlePermissionTest\testCascadingSourcesRestrictions(), TitleTest\testExists(), NewParserTest\testFuzzTests(), LinkerTest\testGetLinkColour(), SpecialPageTest\testGetTitleFor(), WikiCategoryPageTest\testHiddenCategory_PropertyIsSet(), WikiCategoryPageTest\testHiddenCategory_PropertyNotSet(), SpecialPageTest\testInvalidGetTitleFor(), TitleTest\testIsAlwaysKnownOnInterwiki(), RefreshLinksPartitionTest\testRefreshLinks(), SpecialSearchTest\testRewriteQueryWithSuggestion(), LinksUpdateTest\testUpdate_pagelinks(), CoreParserFunctions\urlFunction(), Linker\userLink(), Linker\userTalkLink(), ImagePage\view(), XmlDumpWriter\writeLogItem(), and XmlDumpWriter\writeRevision().
|
static |
Create a new Title from a namespace index and a DB key.
The parameters will be checked for validity, which is a bit slower than makeTitle() but safer for user-provided data.
int | $ns | The namespace of the article |
string | $title | Database key form |
string | $fragment | The link fragment (after the "#") |
string | $interwiki | Interwiki prefix |
Definition at line 527 of file Title.php.
References $t, $title, MWNamespace\exists(), and makeName().
Referenced by AllMessagesTablePager\__construct(), UsersPager\__construct(), ImageListPager\__construct(), ActiveUsersPager\__construct(), OutputPage\addCategoryLinks(), ParserOutput\addTrackingCategory(), ImageCleanup\buildSafeTitle(), ChangeTags\canCreateTag(), NaiveImportTitleFactory\createTitleFromForeignTitle(), NamespaceImportTitleFactory\createTitleFromForeignTitle(), DifferenceEngine\deletedLink(), SpecialRedirect\dispatchFile(), MovePageForm\doSubmit(), LinkHolderArray\doVariants(), SpecialContributions\execute(), SpecialLog\execute(), SpecialExport\execute(), MakeTestEdits\execute(), ApiFeedContributions\execute(), ImportSiteScripts\execute(), RebuildFileCache\execute(), MovePageForm\execute(), ApiQueryInfo\execute(), SpecialNewpages\form(), Linker\formatAutocomments(), Linker\formatLinksInComment(), PageQueryPage\formatResult(), FewestrevisionsPage\formatResult(), WantedQueryPage\formatResult(), MostlinkedCategoriesPage\formatResult(), UnwatchedpagesPage\formatResult(), MostcategoriesPage\formatResult(), ShortPagesPage\formatResult(), MostinterwikisPage\formatResult(), MostlinkedTemplatesPage\formatResult(), MostlinkedPage\formatResult(), SpecialProtectedtitles\formatRow(), ProtectedPagesPager\formatValue(), ImageListPager\formatValue(), Preferences\generateSkinOptions(), NamespaceConflictChecker\getAlternateTitle(), LinksUpdate\getCategoryInsertions(), NamespaceConflictChecker\getDestinationTitle(), ImagePageTest\getImagePage(), ImagePage404Test\getImagePage(), SpecialAllPages\getNamespaceKeyAndText(), SpecialEditWatchlist\getNormalForm(), WantedFilesPage\getPageHeader(), NewPagesPager\getQueryInfo(), RandomPage\getRandomTitle(), SpecialPage\getSafeTitleFor(), MergeHistoryPager\getStartBody(), LogPager\getStartBody(), getSubpage(), SpecialBlock\getTargetUserTitle(), Category\getTitle(), UploadBase\getTitle(), SpecialUpload\getUploadForm(), SpecialUpload\getWatchCheck(), SpecialEditWatchlist\getWatchlist(), User\idFromName(), LogPager\limitPerformer(), ArchivedFile\loadFromRow(), Skin\makeNSUrl(), Linker\makeThumbLink2(), TitleCleanup\moveInconsistentPage(), moveSubpages(), Category\newFromName(), File\normalizeTitle(), SpecialRandomInCategory\onSubmit(), ImageQueryPage\outputResults(), CoreParserFunctions\pagesincategory(), LanguageConverter\parseCachedTable(), SpecialTrackingCategories\prepareTrackingCategoriesData(), ImageCleanup\processRow(), RefreshLinksJob\run(), CategoryFinder\seed(), RevisionDeleteUser\setUsernameBitfields(), SpecialUndelete\showHistory(), SpecialBookSources\showList(), SpecialUndelete\showList(), SpecialAllPages\showToplevel(), SpecialUpload\showViewDeletedLinks(), Preferences\skinPreferences(), CoreParserFunctions\special(), PrefixSearch\specialSearch(), ExtraParserTest\testTrackingCategory(), LinksUpdateTest\testUpdate_iwlinks(), ApiQueryBase\titlePartToKey(), ApiFileRevert\validateParameters(), ApiBase\validateUser(), and wfStreamThumb().
|
private |
Get a description array when the user doesn't have the right to perform $action (i.e.
when User::isAllowed() returns false)
string | $action | The action to check |
bool | $short | Short circuit on first error |
Definition at line 2386 of file Title.php.
References $wgLang, User\getGroupsWithPermission(), and global.
Referenced by checkQuickPermissions(), and checkReadPermissions().
Title::moveNoAuth | ( | & | $nt | ) |
Move this page without authentication.
Definition at line 3577 of file Title.php.
References moveTo(), and wfDeprecated().
Move this page's subpages to be subpages of $nt.
Title | $nt | Move target |
bool | $auth | Whether $wgUser's permissions should be checked |
string | $reason | The reason for the move |
bool | $createRedirect | Whether to create redirects from the old subpages to the new ones Ignored if the user doesn't have the 'suppressredirect' right |
Definition at line 3681 of file Title.php.
References $count, $retval, $success, $wgMaximumMovedPages, as, getArticleID(), MWNamespace\getCanonicalName(), getDBkey(), getNamespace(), getSubpages(), global, MWNamespace\hasSubpages(), makeTitleSafe(), and userCan().
Move a title to a new location.
Title | $nt | The new title |
bool | $auth | Indicates whether $wgUser's permissions should be checked |
string | $reason | The reason for the move |
bool | $createRedirect | Whether to create a redirect from the old title to the new title. Ignored if the user doesn't have the suppressredirect right. |
Definition at line 3647 of file Title.php.
References $status, $wgUser, global, and isValidMoveOperation().
Referenced by moveNoAuth().
|
static |
|
static |
Create a new Title from a prefixed DB key.
string | $key | The database key, which has underscores instead of spaces, possibly including namespace and interwiki prefixes |
Definition at line 200 of file Title.php.
References $t.
Referenced by LinkCache\addLink(), and TitleTest\testWgWhitelistReadRegexp().
|
static |
Create a new Title from an article ID.
int | $id | The page_id corresponding to the Title to create |
int | $flags | Use Title::GAID_FOR_UPDATE to use master |
Definition at line 396 of file Title.php.
References $flags, $title, DB_MASTER, DB_SLAVE, newFromRow(), and wfGetDB().
Referenced by RCCacheEntryFactory\buildDiffLink(), CleanupSpam\cleanupArticle(), ApiFeedWatchlist\createFeedItem(), RecompressTracked\doPage(), ApiMove\execute(), ApiMergeHistory\execute(), EnhancedChangesList\getDiffHistLinks(), ApiRollback\getRbTitle(), Revision\getTitle(), SpecialMergeHistory\merge(), CategoryPage\newFromID(), ImagePage\newFromID(), Article\newFromID(), MediaWiki\parseTitle(), and ApiComparePages\revisionOrTitleOrId().
|
static |
|
static |
Create a new Title from a LinkTarget.
LinkTarget | $linkTarget | Assumed to be safe. |
Definition at line 230 of file Title.php.
References MediaWiki\Linker\LinkTarget\getFragment(), MediaWiki\Linker\LinkTarget\getInterwiki(), MediaWiki\Linker\LinkTarget\getNamespace(), and MediaWiki\Linker\LinkTarget\getText().
Referenced by MediaWiki\Linker\LinkRenderer\buildAElement(), ApiQueryWatchlistIntegrationTest\deletePage(), ApiQueryWatchlistIntegrationTest\doAnonPageEdit(), ApiQueryWatchlistIntegrationTest\doBotPageEdit(), ApiQueryWatchlistIntegrationTest\doMinorPageEdit(), ApiQueryWatchlistIntegrationTest\doPageEdit(), ApiQueryWatchlistIntegrationTest\doPatrolledPageEdit(), WatchedItemStore\duplicateAllAssociatedEntries(), ApiQueryWatchlistIntegrationTest\getExternalRC(), MediaWiki\Linker\LinkRenderer\getLinkURL(), WatchedItem\getTitle(), MediaWiki\Linker\LinkRenderer\makeLink(), MediaWiki\Linker\LinkRenderer\runLegacyBeginHook(), and ApiQueryWatchlistIntegrationTest\testCategorizeTypeParameter().
|
static |
Make a Title object from a DB row.
stdClass | $row | Object database row (needs at least page_title,page_namespace) |
Definition at line 444 of file Title.php.
References $t.
Referenced by Revision\__construct(), PrefixSearch\defaultSearchBackend(), CategoryViewer\doCategoryQuery(), CompareParserCache\execute(), UpdateCollation\execute(), SpecialPagesWithProp\formatResult(), SpecialNewpages\formatRow(), ContribsPager\formatRow(), AllMessagesTablePager\getCustomisedStatuses(), getLinksFrom(), Revision\getTitle(), newFromID(), newFromIDs(), WikiPage\newFromRow(), PopulateContentModel\populatePage(), PopulateContentModel\populateRevisionOrArchive(), ApiPageSet\processDbRow(), ApiQueryIWBacklinks\run(), ApiQueryLangBacklinks\run(), TitleArrayFromResult\setCurrent(), SpecialAllPages\showChunk(), and SpecialPrefixindex\showPrefixChunk().
|
static |
Create a new Title from text, such as what one would find in a link.
De- codes any HTML entities in the text.
string | int | null | $text | The link text; spaces, prefixes, and an initial ':' indicating the main namespace are accepted. |
int | $defaultNamespace | The namespace to use if none is specified by a prefix. If you want to force a specific namespace even if $text might begin with a namespace prefix, use makeTitle() or makeTitleSafe(). |
InvalidArgumentException |
Definition at line 256 of file Title.php.
References newFromTextThrow().
Referenced by PreferencesTest\__construct(), DoubleRedirectJob\__construct(), ImageListPager\__construct(), SearchUpdate\__construct(), Installer\__construct(), LinkHolderArray\__wakeup(), ParserTest\addArticle(), MediaWikiTestCase\addCoreDBData(), BackupDumperPageTest\addDBData(), TextPassDumperDatabaseTest\addDBData(), FetchTextTest\addDBData(), SpecialMyLanguageTest\addDBDataOnce(), ApiQueryBasicTest\addDBDataOnce(), BackupDumperLoggerTest\addLogEntry(), Skin\addToSidebarPlain(), ApiFormatXml\addXslt(), ApiQuerySiteinfo\appendRightsInfo(), EditPageTest\assertEdit(), CoreParserFunctions\basepagename(), CoreParserFunctions\basepagenamee(), NamespaceImportTitleFactoryTest\basicProvider(), NaiveImportTitleFactoryTest\basicProvider(), SubpageImportTitleFactoryTest\basicProvider(), Parser\braceSubstitution(), SkinTemplate\buildPersonalUrls(), ImageListPager\buildQueryConds(), CoreParserFunctions\cascadingsources(), SpecialComparePages\checkExistingTitle(), LocalRepo\checkRedirect(), Skin\checkTitle(), ApiFeedWatchlist\createFeedItem(), RevisionStorageTest\createPage(), TestPageProps\createPage(), SubpageImportTitleFactory\createTitleFromForeignTitle(), PrefixSearch\defaultSearchBackend(), UploadFromUrlTest\deleteFile(), ApiTestCaseUpload\deleteFileByFileName(), ApiTestCaseUpload\deleteFileByTitle(), CoreParserFunctions\displaytitle(), SpecialExport\doExport(), SpecialRecentChangesLinked\doMainQuery(), PurgeList\doPurge(), GenderCache\doTitlesArray(), Skin\drawCategoryBrowser(), ApiTestCase\editPage(), ApiUndelete\execute(), ApiMergeHistory\execute(), ApiMove\execute(), PageExists\execute(), ApiRevisionDelete\execute(), Undelete\execute(), ApiWatch\execute(), SpecialLog\execute(), ApiExpandTemplates\execute(), ApiQueryAllMessages\execute(), ApiQueryLangLinks\execute(), ApiQueryIWLinks\execute(), MaintenanceFormatInstallDoc\execute(), ApiParse\execute(), SpecialListGroupRights\execute(), GetTextMaint\execute(), NukePage\execute(), ApiQueryLogEvents\execute(), Protect\execute(), SpecialWhatLinksHere\execute(), FixDoubleRedirects\execute(), EditCLI\execute(), DumpIterator\execute(), ImportTextFiles\execute(), RollbackEdits\execute(), DeleteBatch\execute(), SpecialExpandTemplates\execute(), MoveBatch\execute(), BenchmarkParse\execute(), SpecialEditTags\execute(), MovePageForm\execute(), FileDuplicateSearchPage\execute(), SpecialRevisionDelete\execute(), LoginFormPreAuthManager\executeReturnTo(), SpecialEditWatchlist\extractTitles(), SubpageImportTitleFactoryTest\failureProvider(), SpecialMyLanguage\findTitle(), LanguageConverter\findVariantLink(), ApiHelp\fixHelpLinks(), Skin\footerLink(), foreach(), Linker\formatAutocomments(), ApiParse\formatIWLinks(), ApiParse\formatLangLinks(), Linker\formatLinksInComment(), MIMEsearchPage\formatResult(), CoreParserFunctions\fullpagename(), CoreParserFunctions\fullpagenamee(), CoreParserFunctions\gender(), MoveLogFormatter\getActionLinks(), User\getCanonicalName(), EnhancedChangesListTest\getCategorizationChange(), Skin\getCategoryLinks(), ResourceLoaderStartUpModule\getConfigSettings(), ResourceLoaderWikiModule\getContent(), RCCacheEntryFactoryTest\getContext(), Skin\getCopyright(), ApiFeedRecentChanges\getFeedObject(), User\getGroupPage(), SpecialStatistics\getGroupStats(), OutputPage\getHeadLinksArray(), ApiPageSet\getInterwikiTitlesAsResult(), SkinTemplate\getLanguages(), IRCColourfulRCFeedFormatter\getLine(), SpecialExport\getLinks(), MergeLogFormatter\getMessageParameters(), MoveLogFormatter\getMessageParameters(), ProtectLogFormatter\getMessageParameters(), SearchNearMatcher\getNearMatchInternal(), WantedFilesPage\getPageHeader(), getParentCategoryTree(), EditPage\getPreloadedContent(), MergeLogFormatter\getPreloadTitles(), ProtectLogFormatter\getPreloadTitles(), MoveLogFormatter\getPreloadTitles(), NewFilesPager\getQueryInfo(), ApiRollback\getRbTitle(), CssContent\getRedirectTarget(), JavaScriptContent\getRedirectTarget(), WikitextContent\getRedirectTargetAndText(), SpecialChangeCredentials\getReturnUrl(), SpecialRecentChangesLinked\getTargetTitle(), TestRecentChangesHelper\getTestContext(), ParserOutput\getText(), DifferenceEngineTest\getTitle(), CLIParser\getTitle(), UploadBase\getTitle(), ResourceLoaderWikiModule\getTitleInfo(), ApiBase\getTitleOrPageId(), SpecialSearch\goResult(), ParserMethodsTest\helperParserFunc(), ApiPageSet\initFromRevIDs(), SideBarTest\initMessagesHref(), MediaWikiTestCase\insertPage(), User\isValidUserName(), LogPager\limitTitle(), PageArchive\listPagesByPrefix(), LoginSignupSpecialPage\load(), LoginFormPreAuthManager\load(), SpecialUndelete\loadRequest(), SpecialMergeHistory\loadRequestParams(), ChangeTags\logTagManagementAction(), MediaWiki\main(), SkinTemplate\makeArticleUrlDetails(), Skin\makeI18nUrl(), Parser\makeImage(), Skin\makeKnownUrlDetails(), MessageCacheTest\makePage(), SkinTemplate\makeTalkUrlDetails(), PPFuzzTester\makeTitle(), LinksUpdateTest\makeTitleAndParserOutput(), Skin\makeUrl(), Skin\makeUrlDetails(), TitleCleanup\moveIllegalPage(), CoreParserFunctions\mwnamespace(), CoreParserFunctions\namespacee(), CoreParserFunctions\namespacenumber(), CategoryMembershipChangeTest\newChange(), ForeignAPIFile\newFromTitle(), JobQueueMemoryTest\newJobSpecification(), newMainPage(), WikiPageTest\newPage(), RevisionTest\newTestRevision(), SearchEngine\normalizeNamespaces(), MediaWikiSite\normalizePageName(), SpecialRandomInCategory\onSubmit(), SpecialPageLanguage\onSubmit(), SpecialChangeContentModel\onSubmit(), SpecialChangePasswordPreAuthManager\onSubmit(), SpecialChangeEmail\onSuccess(), SpecialChangeEmailPreAuthManager\onSuccess(), WikiExporter\pageByName(), CoreParserFunctions\pageid(), CoreParserFunctions\pagename(), CoreParserFunctions\pagenamee(), CoreParserFunctions\pagesize(), ApiQueryBase\prefixedTitlePartToKey(), SpecialPage\prefixSearchString(), FileDuplicateSearchPage\prefixSearchSubpages(), SearchEngine\processCompletionResults(), WikiImporter\processLogItem(), TitleCleanup\processRow(), WatchlistCleanup\processRow(), CoreParserFunctions\protectionexpiry(), CoreParserFunctions\protectionlevel(), LogFormatterTest\provideApiParamFormatting(), ApiFormatXmlTest\provideGeneralEncoding(), WatchedItemStoreUnitTest\provideLinkTargetPairs(), WatchedItemUnitTest\provideUserTitleTimestamp(), SearchExactMatchRescorer\redirectTargetsToRedirect(), Parser\renderImageGallery(), Parser\replaceInternalLinks2(), SearchExactMatchRescorer\rescore(), OutputPage\returnToMain(), CoreParserFunctions\revisionday(), CoreParserFunctions\revisionday2(), CoreParserFunctions\revisionid(), CoreParserFunctions\revisionmonth(), CoreParserFunctions\revisionmonth1(), ApiComparePages\revisionOrTitleOrId(), CoreParserFunctions\revisiontimestamp(), CoreParserFunctions\revisionuser(), CoreParserFunctions\revisionyear(), SpecialComparePages\revOrTitle(), CoreParserFunctions\rootpagename(), CoreParserFunctions\rootpagenamee(), ApiQueryDeletedRevisions\run(), ApiQueryImages\run(), ApiQueryCategories\run(), ApiQueryLinks\run(), ParserTest\runTest(), PrefixSearch\search(), SpecialChangeContentModel\setParameter(), WikiImporter\setTargetRootPage(), Parser\setTitle(), TextContentTest\setUp(), RecentChangeTest\setUp(), ApiRevisionDeleteTest\setUp(), ParserPreloadTest\setUp(), ApiOptionsTest\setUp(), LogFormatterTest\setUp(), MagicVariableTest\setUp(), ApiFormatXmlTest\setUpBeforeClass(), EditPage\showCustomIntro(), SpecialSearch\showInterwikiHit(), OutputPage\showPermissionsErrorPage(), SpecialSearch\showResults(), LoginHelper\showReturnToPage(), SpecialEditWatchlist\showTitles(), CoreParserFunctions\subjectpagename(), CoreParserFunctions\subjectpagenamee(), CoreParserFunctions\subjectspace(), CoreParserFunctions\subjectspacee(), WebInstallerName\submit(), CoreParserFunctions\subpagename(), CoreParserFunctions\subpagenamee(), Skin\subPageSubtitle(), CoreParserFunctions\talkpagename(), CoreParserFunctions\talkpagenamee(), CoreParserFunctions\talkspace(), CoreParserFunctions\talkspacee(), WatchedItemUnitTest\testAddWatch(), WatchedItemStoreUnitTest\testAddWatch_anonymousUser(), WatchedItemStoreUnitTest\testAddWatch_nonAnonymousUser(), EditPageTest\testAutoMerge(), TagHookTest\testBadFunctionTagHooks(), TagHookTest\testBadTagHooks(), SpecialPreferencesTest\testBug41337(), ParserMethodsTest\testCallParserFunction(), CategoryMembershipChangeTest\testChangeAddedNoRev(), CategoryMembershipChangeTest\testChangeAddedWithRev(), CategoryMembershipChangeTest\testChangeRemovedNoRev(), CategoryMembershipChangeTest\testChangeRemovedWithRev(), EditPageTest\testCheckDirectEditingDisallowed_forNonTextContent(), MergeHistoryTest\testCheckPermissions(), ExtraParserTest\testCleanSig(), ExtraParserTest\testCleanSigDisabled(), TitleMethodsTest\testClearCaches(), RevisionTest\testConstructWithContent(), ApiQueryRevisionsTest\testContentComesWithContentModelAndFormat(), TestSample\testCreateBasicListOfTitles(), TextContentTest\testDeletionUpdates(), WikiPageTest\testDoDeleteArticle(), WikiPageTest\testDoEdit(), WatchedItemIntegrationTest\testDuplicateAllAssociatedEntries(), WatchedItemStoreIntegrationTest\testDuplicateAllAssociatedEntries(), WatchedItemStoreUnitTest\testDuplicateAllAssociatedEntries_nothingToDuplicate(), WatchedItemUnitTest\testDuplicateEntries(), WatchedItemStoreUnitTest\testDuplicateEntry_nothingToDuplicate(), WatchedItemStoreUnitTest\testDuplicateEntry_somethingToDuplicate(), ApiEditPageTest\testEdit_redirect(), ApiEditPageTest\testEdit_redirectText(), ApiEditPageTest\testEditAppend(), ApiEditPageTest\testEditConflict(), ApiEditPageTest\testEditConflict_bug41990(), ApiEditPageTest\testEditConflict_newSection(), UserTest\testEditCount(), ApiEditPageTest\testEditNewSection(), ApiEditPageTest\testEditSection(), TitleMethodsTest\testEquals(), TitleTest\testFixSpecialNameRetainsParameter(), LinkerTest\testFormatComment(), LinkerTest\testFormatLinksInComment(), TagHookTest\testFunctionTagHooks(), ContentHandlerTest\testGetAutosummary(), TitleTest\testGetBaseText(), RevisionTest\testGetContentClone(), TitleMethodsTest\testGetContentModel(), ContentHandlerTest\testGetDefaultModelFor(), ContentHandlerTest\testGetForTitle(), TitleTest\testGetFragment(), HTMLFormTest\testGetHTML_empty(), HTMLFormTest\testGetHTML_noPrepare(), MergeHistoryTest\testGetMergedRevisionCount(), WatchedItemIntegrationTest\testGetNotificationTimestamp_falseOnNotAllowed(), WatchedItemIntegrationTest\testGetNotificationTimestamp_falseOnNotWatched(), TitleMethodsTest\testGetOtherPage(), ContentHandlerTest\testGetPageLanguage(), TitleTest\testGetPageViewLanguage(), TextContentTest\testGetParserOutput(), ExtraParserTest\testGetPreloadText(), ApiWatchTest\testGetRollbackToken(), TitleTest\testGetRootText(), WikitextContentTest\testGetSecondaryDataUpdates(), ParserMethodsTest\testGetSections(), TitleTest\testGetSubpageText(), TitleTest\testGetTitleValue(), TitleMethodsTest\testHasContentModel(), TitleMethodsTest\testHasSubjectNamespace(), RecentChangeTest\testHiddenCategoryChange(), ImportLinkCacheIntegrationTest\testImportForImportSource(), TitleMethodsTest\testInNamespace(), TitleMethodsTest\testInNamespaces(), ApiResultTest\testInstanceDataMethods(), TitleTest\testIsAlwaysKnown(), WikiPageTest\testIsCountable(), TitleMethodsTest\testIsCssJsSubpage(), TitleMethodsTest\testIsCssOrJsPage(), TitleMethodsTest\testIsCssSubpage(), TitleMethodsTest\testIsJsSubpage(), MergeHistoryTest\testIsValidMerge(), MergeHistoryTest\testIsValidMergeRevisionLimit(), MovePageTest\testIsValidMove(), TitleTest\testIsValidMoveOperation(), WatchedItemUnitTest\testIsWatched(), WatchedItemIntegrationTest\testIsWatched_falseOnNotAllowed(), TitleMethodsTest\testIsWikitextPage(), ExtraParserTest\testLongNumericLinesDontKillTheParser(), ContentHandlerTest\testMakeContent(), CssContentHandlerTest\testMakeRedirectContent(), JavaScriptContentHandlerTest\testMakeRedirectContent(), WikitextContentHandlerTest\testMakeRedirectContent(), LinksUpdateTest\testOnAddingAndRemovingCategory_recentChangesRowIsAdded(), LinksUpdateTest\testOnAddingAndRemovingCategoryToTemplates_embeddingPagesAreIgnored(), ExportTest\testPageByTitle(), ExtraParserTest\testParse(), NewParserTest\testParserTest(), ApiQueryAllPagesTest\testPrefixNormalizationSearchBug(), ExtraParserTest\testPreprocess(), ParserMethodsTest\testPreSaveTransform(), ExtraParserTest\testPreSaveTransform(), ApiPurgeTest\testPurgeMainPage(), ParserMethodsTest\testRecursiveParse(), ImportLinkCacheIntegrationTest\testReImportForImportSource(), WatchedItemUnitTest\testRemoveWatch(), WatchedItemIntegrationTest\testRemoveWatch_falseOnNotAllowed(), WatchedItemStoreUnitTest\testResetNotificationTimestamp_anonymousUser(), WatchedItemStoreUnitTest\testResetNotificationTimestamp_item(), WatchedItemStoreUnitTest\testResetNotificationTimestamp_noItem(), WatchedItemStoreUnitTest\testResetNotificationTimestamp_noItemForced(), SpecialSearchTest\testSearchTermIsNotExpanded(), TitleTest\testSecureAndSplitValid(), MessageTest\testSerialization(), ApiResultTest\testStaticDataMethods(), ApiSetNotificationTimestampIntegrationTest\testStuff(), ApiEditPageTest\testSupportsDirectApiEditing_withContentHandlerOverride(), TagHookTest\testTagHooks(), TemplateCategoriesTest\testTemplateCategories(), ArticleTablesTest\testTemplatelinksUsesContentLanguage(), MovePageTest\testTitleMoveCompleteIntegrationTest(), TestSample\testTitleObjectFromObject(), TestSample\testTitleObjectStringConversion(), ApiQueryTest\testTitlesAreRejectedIfInvalid(), ApiQueryTest\testTitlesGetNormalized(), ExtraParserTest\testTrackingCategory(), MediaWikiTest\testTryNormaliseRedirect(), ImportTest\testUnknownXMLTags(), LinksUpdateTest\testUpdate_langlinks(), LinksUpdateTest\testUpdate_pagelinks(), LinksUpdateTest\testUpdate_templatelinks(), WatchedItemIntegrationTest\testUpdateAndResetNotificationTimestamp(), JavaScriptContentTest\testUpdateRedirect(), WatchedItemStoreIntegrationTest\testUpdateResetAndSetNotificationTimestamp(), RevisionStorageTest\testUserWasLastToEdit(), WatchedItemStoreIntegrationTest\testWatchAndUnWatchItem(), WatchedItemIntegrationTest\testWatchAndUnWatchItem(), RequestContextTest\testWikiPageTitle(), SpecialEditWatchlist\unwatchTitles(), CoreParserFunctions\urlFunction(), and wfIsBadImage().
|
static |
Like Title::newFromText(), but throws MalformedTitleException when the title is invalid, rather than returning null.
The exception subclasses encode detailed information about why the title is invalid.
string | $text | Title text to check |
int | $defaultNamespace |
MalformedTitleException | If the title is invalid |
Definition at line 286 of file Title.php.
References $t, $titleCache, Sanitizer\decodeCharReferencesAndNormalize(), BagOStuff\get(), NS_MAIN, and HashBagOStuff\set().
Referenced by newFromText(), MediaWiki\parseTitle(), ApiPageSet\processTitlesArray(), TitleTest\testSecureAndSplitInvalid(), HTMLTitleTextField\validate(), and SpecialChangeContentModel\validateTitle().
|
static |
Create a new Title from a TitleValue.
TitleValue | $titleValue | Assumed to be safe. |
Definition at line 219 of file Title.php.
Referenced by TitleTest\testNewFromTitleValue().
|
static |
THIS IS NOT THE FUNCTION YOU WANT.
Use Title::newFromText().
Example of wrong and broken code: $title = Title::newFromURL( $wgRequest->getVal( 'title' ) );
Example of right code: $title = Title::newFromText( $wgRequest->getVal( 'title' ) );
Create a new Title from URL-encoded text. Ensures that the given title's length does not exceed the maximum.
string | $url | The title, as might be taken from a URL |
Definition at line 333 of file Title.php.
References $t.
Referenced by MediaWiki\parseTitle(), and CoreParserFunctions\urlFunction().
|
static |
Create a new Title for the Main Page.
Definition at line 548 of file Title.php.
References $title, newFromText(), text, and wfMessage().
Referenced by EmaillingJob\__construct(), Skin\addToSidebarPlain(), ApiQuerySiteinfo\appendGeneralInfo(), Installer\createMainpage(), ApiRsd\execute(), FileDeleteForm\execute(), LoginFormPreAuthManager\executeReturnTo(), Preferences\generateSkinOptions(), SpecialChangeCredentials\getAuthForm(), OOUIHTMLForm\getButtons(), VFormHTMLForm\getButtons(), HTMLForm\getButtons(), SpecialMyLanguage\getRedirect(), XmlDumpWriter\homelink(), isMainPage(), Skin\logoText(), LoginFormPreAuthManager\mailPasswordInternal(), Skin\mainPageLink(), Skin\makeMainPageUrl(), JobQueueTest\newDedupedJob(), JobQueueTest\newJob(), SpecialPasswordResetPreAuthManager\onSubmit(), SpecialChangePasswordPreAuthManager\onSubmit(), SpecialChangeEmail\onSuccess(), SpecialChangeEmailPreAuthManager\onSuccess(), MediaWiki\parseTitle(), SpecialSearchTest\provideRewriteQueryWithSuggestion(), OutputPage\returnToMain(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendNewAccountEmail(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendPasswordResetEmail(), OutputPage\showPermissionsErrorPage(), LoginHelper\showReturnToPage(), MediaWikiTitleCodec\splitTitleString(), ApiMessageTest\testApiMessage(), ApiMessageTest\testApiRawMessage(), CdnCacheUpdateTest\testPurgeMergeWeb(), and TestSample\testSetUpMainPageTitleForNextTest().
Title::pageCond | ( | ) |
Get an associative array for selecting this title from the "page" table.
Definition at line 3909 of file Title.php.
References $mArticleID, $mDbkeyform, and $mNamespace.
Referenced by getTouched(), invalidateCache(), isNewPage(), and isSingleRevRedirect().
|
private |
Prefix some arbitrary text with the namespace or interwiki prefix of this object.
string | $name | The text |
Definition at line 1400 of file Title.php.
References $name, getNsText(), and isExternal().
Referenced by getPrefixedDBkey(), getPrefixedText(), and getPrefixedURL().
|
static |
Purge expired restrictions from the page_restrictions table.
This will purge no more than $wgUpdateRowsPerQuery page_restrictions rows
Definition at line 2993 of file Title.php.
References $fname, IDatabase\addQuotes(), DeferredUpdates\addUpdate(), DB_MASTER, IDatabase\delete(), IDatabase\selectFieldValues(), IDatabase\timestamp(), wfGetDB(), and wfReadOnly().
Referenced by WikiPage\doUpdateRestrictions().
Title::purgeSquid | ( | ) |
Purge all applicable CDN URLs.
Definition at line 3563 of file Title.php.
References DeferredUpdates\addUpdate(), getCdnUrls(), and DeferredUpdates\PRESEND.
Referenced by WikiPage\onArticleCreate(), WikiPage\onArticleDelete(), WikiPage\onArticleEdit(), and File\purgeDescription().
Title::quickUserCan | ( | $action, | |
$user = null |
|||
) |
Can $user perform $action on this page? This skips potentially expensive cascading permission checks as well as avoids expensive error formatting.
Suitable for use for nonessential UI controls in common cases, but not for functional access control.
May provide false positives, but should never provide a false negative.
string | $action | Action that permission needs to be checked for |
User | $user | User to check (since 1.19); $wgUser will be used if not provided. |
Definition at line 1859 of file Title.php.
References $user, and userCan().
Referenced by MovePageForm\showForm().
Title::resetArticleID | ( | $newid | ) |
This clears some fields in this object, and clears any associated keys in the "bad links" section of the link cache.
int | $newid | The new Article ID |
Definition at line 3262 of file Title.php.
References LinkCache\singleton().
|
private |
Add the resulting error code to the errors array.
array | $errors | List of current errors |
array | $result | Result of errors |
Definition at line 1997 of file Title.php.
Referenced by checkPermissionHooks().
|
private |
Secure and split - main initialisation function for this object.
Assumes that mDbkeyform has been set, and is urldecoded and uses underscores, but not otherwise munged. This function removes illegal characters, splits off the interwiki and namespace prefixes, sets the other forms, and canonicalizes everything.
MalformedTitleException | On invalid titles |
Definition at line 3321 of file Title.php.
References $mDbkeyform, $mDefaultNamespace, getDefaultNamespace(), isExternal(), NS_MAIN, NS_SPECIAL, setFragment(), and wfUrlencode().
Title::setFragment | ( | $fragment | ) |
Set the fragment for this title.
Removes the first character from the specified fragment before setting, so it assumes you're passing it with an initial "#".
Deprecated for public use, use Title::makeTitle() with fragment parameter, or Title::createFragmentTarget(). Still in active use privately.
string | $fragment | Text |
Definition at line 1372 of file Title.php.
Referenced by secureAndSplit().
Title::touchLinks | ( | ) |
Update page_touched timestamps and send CDN purge messages for pages linking to this title.
May be sent to the job queue depending on the number of links. Typically called on create and delete.
Definition at line 4396 of file Title.php.
References DeferredUpdates\addUpdate(), getNamespace(), and NS_CATEGORY.
Referenced by WikiPage\onArticleCreate(), and WikiPage\onArticleDelete().
Title::userCan | ( | $action, | |
$user = null , |
|||
$rigor = 'secure' |
|||
) |
Can $user perform $action on this page?
string | $action | Action that permission needs to be checked for |
User | $user | User to check (since 1.19); $wgUser will be used if not provided. |
string | $rigor | Same format as Title::getUserPermissionsErrors() |
Definition at line 1872 of file Title.php.
References $user, $wgUser, getUserPermissionsErrorsInternal(), and global.
Referenced by checkActionPermissions(), moveSubpages(), and quickUserCan().
|
protected |
Check if the requested move target is a valid file move target.
Definition at line 3619 of file Title.php.
References $wgUser, global, IDBAccessObject\READ_LATEST, wfFindFile(), and wfLocalFile().
Title::wasLocalInterwiki | ( | ) |
Was this a local interwiki link?
Definition at line 809 of file Title.php.
References $mLocalInterwiki.
int Title::$mArticleID = -1 |
Article ID, fetched from the link cache on demand.
Definition at line 85 of file Title.php.
Referenced by getArticleID(), and pageCond().
bool Title::$mCascadeRestriction |
Cascade restrictions on this page to included templates and images?
Definition at line 106 of file Title.php.
Referenced by areRestrictionsCascading().
array Title::$mCascadeSources |
Where are the cascading restrictions coming from on this page?
Definition at line 118 of file Title.php.
Referenced by getCascadeProtectionSources().
Title::$mCascadingRestrictions |
Caching the results of getCascadeProtectionSources.
Definition at line 109 of file Title.php.
Referenced by getCascadeProtectionSources().
ID of the page's content model, i.e.
one of the CONTENT_MODEL_XXX constants
Definition at line 94 of file Title.php.
Referenced by getContentModel().
string Title::$mDbkeyform = '' |
Main part with underscores.
Definition at line 67 of file Title.php.
Referenced by getDBkey(), getUserCaseDBKey(), pageCond(), and secureAndSplit().
The page language code from the database, null if not saved in the database or false if not loaded, yet.
Definition at line 153 of file Title.php.
Referenced by getDbPageLanguageCode().
int Title::$mDefaultNamespace = NS_MAIN |
Namespace index when there is no namespace.
Don't change the following default, NS_MAIN is hardcoded in several places. See bug 696. Zero except in {{transclusion}} tags.
Definition at line 134 of file Title.php.
Referenced by getDefaultNamespace(), and secureAndSplit().
|
private |
Estimated number of revisions; null of not loaded.
Definition at line 97 of file Title.php.
Referenced by estimateRevisionCount().
string Title::$mFragment = '' |
Title fragment (i.e.
the bit after the #)
Definition at line 82 of file Title.php.
Referenced by getFragment().
|
protected |
Are cascading restrictions in effect on this page?
Definition at line 115 of file Title.php.
Referenced by getCascadeProtectionSources().
|
private |
Whether a page has any subpages.
Definition at line 146 of file Title.php.
Referenced by hasSubpages().
string Title::$mInterwiki = '' |
|
private |
Would deleting this page be a big deletion?
Definition at line 159 of file Title.php.
Referenced by isBigDeletion().
|
protected |
ID of most recent revision.
Definition at line 88 of file Title.php.
Referenced by getLatestRevID().
|
protected |
The page length, 0 for special pages.
Definition at line 137 of file Title.php.
Referenced by getLength().
|
private |
Was this Title created from a string with a local interwiki prefix?
Definition at line 79 of file Title.php.
Referenced by wasLocalInterwiki().
int Title::$mNamespace = NS_MAIN |
Namespace index, i.e.
one of the NS_xxxx constants
Definition at line 73 of file Title.php.
Referenced by getNamespace(), and pageCond().
|
private |
|
private |
|
protected |
Text form including namespace/interwiki, initialised on demand.
Definition at line 124 of file Title.php.
Referenced by getPrefixedText().
null Title::$mRedirect = null |
Is the article at this title a redirect?
Definition at line 140 of file Title.php.
Referenced by isRedirect().
array Title::$mRestrictions = [] |
Array of groups allowed to edit this article.
Definition at line 100 of file Title.php.
Referenced by getAllRestrictions().
|
protected |
bool Title::$mRestrictionsLoaded = false |
Boolean for initialisation on demand.
Definition at line 121 of file Title.php.
Referenced by areRestrictionsLoaded().
string Title::$mTextform = '' |
Text form (spaces not underscores) of the main part.
Definition at line 61 of file Title.php.
Referenced by getSubpageText(), and getText().
mixed Title::$mTitleProtection |
Cached value for getTitleProtection (create protection)
Definition at line 127 of file Title.php.
Referenced by getTitleProtection().
|
private |
A corresponding TitleValue object.
Definition at line 156 of file Title.php.
Referenced by getTitleValue().
string Title::$mUrlform = '' |
URL-encoded form of the main part.
Definition at line 64 of file Title.php.
Referenced by getPartialURL().
|
protected |
Database key with the initial letter in the case specified by the user.
Definition at line 70 of file Title.php.
Referenced by getUserCaseDBKey().
|
staticprivate |
Definition at line 38 of file Title.php.
Referenced by clearCaches(), and newFromTextThrow().
const Title::CACHE_MAX = 1000 |
Title::newFromText maintains a cache to avoid expensive re-normalization of commonly used titles.
On a batch operation this can become a memory leak if not bounded. After hitting this many titles reset the cache.
const Title::GAID_FOR_UPDATE = 1 |
Used to be GAID_FOR_UPDATE define.
Used with getArticleID() and friends to use the master DB
Definition at line 51 of file Title.php.
Referenced by LinksUpdate\__construct(), User\clearNotification(), ApiSetNotificationTimestamp\execute(), getContentModel(), getLatestRevID(), MovePage\move(), RefreshLinksJob\runForTitle(), ApiRevisionDeleteTest\setUp(), TitleTest\testExists(), ImportLinkCacheIntegrationTest\testImportForImportSource(), and ImportLinkCacheIntegrationTest\testReImportForImportSource().