MediaWiki  1.23.14
FakeTitle.php
Go to the documentation of this file.
1 <?php
26 class FakeTitle extends Title {
27  function error() { throw new MWException( "Attempt to call member function of FakeTitle\n" ); }
28 
29  function isLocal() { $this->error(); }
30  function isTrans() { $this->error(); }
31  function getText() { $this->error(); }
32  function getPartialURL() { $this->error(); }
33  function getDBkey() { $this->error(); }
34  function getNamespace() { $this->error(); }
35  function getNsText() { $this->error(); }
36  function getUserCaseDBKey() { $this->error(); }
37  function getSubjectNsText() { $this->error(); }
38  function getTalkNsText() { $this->error(); }
39  function canTalk() { $this->error(); }
40  function getInterwiki() { $this->error(); }
41  function getFragment() { $this->error(); }
42  function hasFragment() { $this->error(); }
43  function getFragmentForURL() { $this->error(); }
44  function getDefaultNamespace() { $this->error(); }
45  function getIndexTitle() { $this->error(); }
46  function getPrefixedDBkey() { $this->error(); }
47  function getPrefixedText() { $this->error(); }
48  function getFullText() { $this->error(); }
49  function getBaseText() { $this->error(); }
50  function getSubpageText() { $this->error(); }
51  function getSubpageUrlForm() { $this->error(); }
52  function getPrefixedURL() { $this->error(); }
53  function getFullURL( $query = '', $variant = false ) { $this->error(); }
54  function getLocalURL( $query = '', $variant = false ) { $this->error(); }
55  function getLinkURL( $query = array(), $variant = false ) { $this->error(); }
56  function escapeLocalURL( $query = '', $query2 = false ) { $this->error(); }
57  function escapeFullURL( $query = '', $query2 = false ) { $this->error(); }
58  function getInternalURL( $query = '', $variant = false ) { $this->error(); }
59  function getEditURL() { $this->error(); }
60  function getEscapedText() { $this->error(); }
61  function isExternal() { $this->error(); }
62  function isSemiProtected( $action = 'edit' ) { $this->error(); }
63  function isProtected( $action = '' ) { $this->error(); }
64  function isConversionTable() { $this->error(); }
65  function userIsWatching() { $this->error(); }
66  function quickUserCan( $action, $user = null ) { $this->error(); }
67  function isNamespaceProtected( User $user ) { $this->error(); }
68  function userCan( $action, $user = null, $doExpensiveQueries = true ) { $this->error(); }
69  function getUserPermissionsErrors( $action, $user, $doExpensiveQueries = true, $ignoreErrors = array() ) { $this->error(); }
70  function updateTitleProtection( $create_perm, $reason, $expiry ) { $this->error(); }
71  function deleteTitleProtection() { $this->error(); }
72  function isMovable() { $this->error(); }
73  function userCanRead() { $this->error(); }
74  function isTalkPage() { $this->error(); }
75  function isSubpage() { $this->error(); }
76  function hasSubpages() { $this->error(); }
77  function getSubpages( $limit = -1 ) { $this->error(); }
78  function isCssJsSubpage() { $this->error(); }
79  function isCssOrJsPage() { $this->error(); }
80  function getSkinFromCssJsSubpage() { $this->error(); }
81  function isCssSubpage() { $this->error(); }
82  function isJsSubpage() { $this->error(); }
83  function userCanEditCssSubpage() { $this->error(); }
84  function userCanEditJsSubpage() { $this->error(); }
85  function isCascadeProtected() { $this->error(); }
86  function getCascadeProtectionSources( $get_pages = true ) { $this->error(); }
87  function areRestrictionsCascading() { $this->error(); }
88  function loadRestrictionsFromRows( $rows, $oldFashionedRestrictions = null ) { $this->error(); }
89  function loadRestrictions( $res = null ) { $this->error(); }
90  function getRestrictions( $action ) { $this->error(); }
91  function getRestrictionExpiry( $action ) { $this->error(); }
92  function isDeleted() { $this->error(); }
93  function isDeletedQuick() { $this->error(); }
94  function getArticleID( $flags = 0 ) { $this->error(); }
95  function isRedirect( $flags = 0 ) { $this->error(); }
96  function getLength( $flags = 0 ) { $this->error(); }
97  function getLatestRevID( $flags = 0 ) { $this->error(); }
98  function resetArticleID( $newid ) { $this->error(); }
99  function invalidateCache() { $this->error(); }
100  function getTalkPage() { $this->error(); }
101  function setFragment( $fragment ) { $this->error(); }
102  function getSubjectPage() { $this->error(); }
103  function getLinksTo( $options = array(), $table = 'pagelinks', $prefix = 'pl' ) { $this->error(); }
104  function getTemplateLinksTo( $options = array() ) { $this->error(); }
105  function getBrokenLinksFrom() { $this->error(); }
106  function getSquidURLs() { $this->error(); }
107  function purgeSquid() { $this->error(); }
108  function moveNoAuth( &$nt ) { $this->error(); }
109  function isValidMoveOperation( &$nt, $auth = true, $reason = '' ) { $this->error(); }
110  function moveTo( &$nt, $auth = true, $reason = '', $createRedirect = true ) { $this->error(); }
111  function moveSubpages( $nt, $auth = true, $reason = '', $createRedirect = true ) { $this->error(); }
112  function isSingleRevRedirect() { $this->error(); }
113  function isValidMoveTarget( $nt ) { $this->error(); }
114  function isWatchable() { $this->error(); }
115  function getParentCategories() { $this->error(); }
116  function getParentCategoryTree( $children = array() ) { $this->error(); }
117  function pageCond() { $this->error(); }
118  function getPreviousRevisionID( $revId, $flags = 0 ) { $this->error(); }
119  function getNextRevisionID( $revId, $flags = 0 ) { $this->error(); }
120  function getFirstRevision( $flags = 0 ) { $this->error(); }
121  function isNewPage() { $this->error(); }
122  function getEarliestRevTime( $flags = 0 ) { $this->error(); }
123  function countRevisionsBetween( $old, $new ) { $this->error(); }
124  function equals( Title $title ) { $this->error(); }
125  function exists() { $this->error(); }
126  function isAlwaysKnown() { $this->error(); }
127  function isKnown() { $this->error(); }
128  function canExist() { $this->error(); }
129  function touchLinks() { $this->error(); }
130  function getTouched( $db = null ) { $this->error(); }
131  function getNotificationTimestamp( $user = null ) { $this->error(); }
132  function getNamespaceKey( $prepend = 'nstab-' ) { $this->error(); }
133  function isSpecialPage() { $this->error(); }
134  function isSpecial( $name ) { $this->error(); }
135  function fixSpecialName() { $this->error(); }
136  function isContentPage() { $this->error(); }
137  function getRedirectsHere( $ns = null ) { $this->error(); }
138  function isValidRedirectTarget() { $this->error(); }
139  function getBacklinkCache() { $this->error(); }
140  function canUseNoindex() { $this->error(); }
141  function getRestrictionTypes() { $this->error(); }
142 }
FakeTitle\getInternalURL
getInternalURL( $query='', $variant=false)
Get the URL form for an internal link.
Definition: FakeTitle.php:58
FakeTitle\purgeSquid
purgeSquid()
Purge all applicable Squid URLs.
Definition: FakeTitle.php:107
FakeTitle\getBrokenLinksFrom
getBrokenLinksFrom()
Get an array of Title objects referring to non-existent articles linked from this page.
Definition: FakeTitle.php:105
FakeTitle\getNextRevisionID
getNextRevisionID( $revId, $flags=0)
Get the revision ID of the next revision.
Definition: FakeTitle.php:119
FakeTitle\isCascadeProtected
isCascadeProtected()
Cascading protection: Return true if cascading restrictions apply to this page, false if not.
Definition: FakeTitle.php:85
FakeTitle\isAlwaysKnown
isAlwaysKnown()
Should links to this title be shown as potentially viewable (i.e.
Definition: FakeTitle.php:126
FakeTitle\isValidMoveOperation
isValidMoveOperation(&$nt, $auth=true, $reason='')
Check whether a given move operation would be valid.
Definition: FakeTitle.php:109
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
FakeTitle\error
error()
Definition: FakeTitle.php:27
FakeTitle\getFullURL
getFullURL( $query='', $variant=false)
Definition: FakeTitle.php:53
FakeTitle\isJsSubpage
isJsSubpage()
Is this a .js subpage of a user page?
Definition: FakeTitle.php:82
FakeTitle\escapeFullURL
escapeFullURL( $query='', $query2=false)
Get an HTML-escaped version of the URL form, suitable for using in a link, including the server name ...
Definition: FakeTitle.php:57
FakeTitle\isCssOrJsPage
isCssOrJsPage()
Could this page contain custom CSS or JavaScript for the global UI.
Definition: FakeTitle.php:79
FakeTitle\resetArticleID
resetArticleID( $newid)
This clears some fields in this object, and clears any associated keys in the "bad links" section of ...
Definition: FakeTitle.php:98
FakeTitle\countRevisionsBetween
countRevisionsBetween( $old, $new)
Definition: FakeTitle.php:123
FakeTitle\isCssSubpage
isCssSubpage()
Is this a .css subpage of a user page?
Definition: FakeTitle.php:81
FakeTitle\getRedirectsHere
getRedirectsHere( $ns=null)
Get all extant redirects to this Title.
Definition: FakeTitle.php:137
FakeTitle\getLatestRevID
getLatestRevID( $flags=0)
What is the page_latest field for this page?
Definition: FakeTitle.php:97
FakeTitle\getText
getText()
Get the text form (spaces not underscores) of the main part.
Definition: FakeTitle.php:31
FakeTitle\isSemiProtected
isSemiProtected( $action='edit')
Is this page "semi-protected" - the only protection levels are listed in $wgSemiprotectedRestrictionL...
Definition: FakeTitle.php:62
FakeTitle\getParentCategoryTree
getParentCategoryTree( $children=array())
Get a tree of parent categories.
Definition: FakeTitle.php:116
FakeTitle\getTemplateLinksTo
getTemplateLinksTo( $options=array())
Get an array of Title objects using this Title as a template Also stores the IDs in the link cache.
Definition: FakeTitle.php:104
FakeTitle\getBacklinkCache
getBacklinkCache()
Get a backlink cache object.
Definition: FakeTitle.php:139
FakeTitle\getSkinFromCssJsSubpage
getSkinFromCssJsSubpage()
Trim down a .css or .js subpage title to get the corresponding skin name.
Definition: FakeTitle.php:80
FakeTitle\getLinkURL
getLinkURL( $query=array(), $variant=false)
Definition: FakeTitle.php:55
$limit
if( $sleep) $limit
Definition: importImages.php:99
FakeTitle\canUseNoindex
canUseNoindex()
Whether the magic words INDEX and NOINDEX function for this page.
Definition: FakeTitle.php:140
FakeTitle\touchLinks
touchLinks()
Update page_touched timestamps and send squid purge messages for pages linking to this title.
Definition: FakeTitle.php:129
FakeTitle\quickUserCan
quickUserCan( $action, $user=null)
Can $user perform $action on this page? This skips potentially expensive cascading permission checks ...
Definition: FakeTitle.php:66
FakeTitle\isValidMoveTarget
isValidMoveTarget( $nt)
Checks if $this can be moved to a given Title.
Definition: FakeTitle.php:113
FakeTitle\getLocalURL
getLocalURL( $query='', $variant=false)
Get a URL with no fragment or server name (relative URL) from a Title object.
Definition: FakeTitle.php:54
FakeTitle\getNamespaceKey
getNamespaceKey( $prepend='nstab-')
Generate strings used for xml 'id' names in monobook tabs.
Definition: FakeTitle.php:132
$flags
it s the revision text itself In either if gzip is the revision text is gzipped $flags
Definition: hooks.txt:2124
FakeTitle\isTrans
isTrans()
Determine whether the object refers to a page within this project and is transcludable.
Definition: FakeTitle.php:30
FakeTitle
Fake title class that triggers an error if any members are called.
Definition: FakeTitle.php:26
FakeTitle\exists
exists()
Check if page exists.
Definition: FakeTitle.php:125
FakeTitle\isExternal
isExternal()
Is this Title interwiki?
Definition: FakeTitle.php:61
FakeTitle\hasFragment
hasFragment()
Check if a Title fragment is set.
Definition: FakeTitle.php:42
FakeTitle\canExist
canExist()
Is this in a namespace that allows actual pages?
Definition: FakeTitle.php:128
FakeTitle\pageCond
pageCond()
Get an associative array for selecting this title from the "page" table.
Definition: FakeTitle.php:117
FakeTitle\hasSubpages
hasSubpages()
Does this have subpages? (Warning, usually requires an extra DB query.)
Definition: FakeTitle.php:76
FakeTitle\getDefaultNamespace
getDefaultNamespace()
Get the default namespace index, for when there is no namespace.
Definition: FakeTitle.php:44
FakeTitle\getPreviousRevisionID
getPreviousRevisionID( $revId, $flags=0)
Get the revision ID of the previous revision.
Definition: FakeTitle.php:118
FakeTitle\setFragment
setFragment( $fragment)
Set the fragment for this title.
Definition: FakeTitle.php:101
FakeTitle\getPartialURL
getPartialURL()
Get the URL-encoded form of the main part.
Definition: FakeTitle.php:32
FakeTitle\getNsText
getNsText()
Get the namespace text.
Definition: FakeTitle.php:35
MWException
MediaWiki exception.
Definition: MWException.php:26
FakeTitle\getRestrictions
getRestrictions( $action)
Accessor/initialisation for mRestrictions.
Definition: FakeTitle.php:90
FakeTitle\getNamespace
getNamespace()
Get the namespace index, i.e.
Definition: FakeTitle.php:34
FakeTitle\moveTo
moveTo(&$nt, $auth=true, $reason='', $createRedirect=true)
Move a title to a new location.
Definition: FakeTitle.php:110
FakeTitle\getFirstRevision
getFirstRevision( $flags=0)
Get the first revision of the page.
Definition: FakeTitle.php:120
FakeTitle\isLocal
isLocal()
Determine whether the object refers to a page within this project.
Definition: FakeTitle.php:29
FakeTitle\isTalkPage
isTalkPage()
Is this a talk page of some sort?
Definition: FakeTitle.php:74
FakeTitle\getNotificationTimestamp
getNotificationTimestamp( $user=null)
Get the timestamp when this page was updated since the user last saw it.
Definition: FakeTitle.php:131
FakeTitle\loadRestrictionsFromRows
loadRestrictionsFromRows( $rows, $oldFashionedRestrictions=null)
Compiles list of active page restrictions from both page table (pre 1.10) and page_restrictions table...
Definition: FakeTitle.php:88
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
FakeTitle\getCascadeProtectionSources
getCascadeProtectionSources( $get_pages=true)
Cascading protection: Get the source of any cascading restrictions on this page.
Definition: FakeTitle.php:86
FakeTitle\userCan
userCan( $action, $user=null, $doExpensiveQueries=true)
Can $user perform $action on this page?
Definition: FakeTitle.php:68
FakeTitle\getInterwiki
getInterwiki()
Get the interwiki prefix.
Definition: FakeTitle.php:40
FakeTitle\getRestrictionTypes
getRestrictionTypes()
Returns restriction types for the current Title.
Definition: FakeTitle.php:141
FakeTitle\isValidRedirectTarget
isValidRedirectTarget()
Check if this Title is a valid redirect target.
Definition: FakeTitle.php:138
FakeTitle\updateTitleProtection
updateTitleProtection( $create_perm, $reason, $expiry)
Update the title protection status.
Definition: FakeTitle.php:70
FakeTitle\areRestrictionsCascading
areRestrictionsCascading()
Returns cascading restrictions for the current article.
Definition: FakeTitle.php:87
FakeTitle\isDeletedQuick
isDeletedQuick()
Is there a version of this page in the deletion archive?
Definition: FakeTitle.php:93
FakeTitle\getFullText
getFullText()
Get the prefixed title with spaces, plus any fragment (part beginning with '#')
Definition: FakeTitle.php:48
FakeTitle\getTalkNsText
getTalkNsText()
Get the namespace text of the talk page.
Definition: FakeTitle.php:38
$options
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
Definition: hooks.txt:1530
FakeTitle\getRestrictionExpiry
getRestrictionExpiry( $action)
Get the expiry time for the restriction against a given action.
Definition: FakeTitle.php:91
FakeTitle\getLength
getLength( $flags=0)
What is the length of this page? Uses link cache, adding it if necessary.
Definition: FakeTitle.php:96
FakeTitle\getPrefixedText
getPrefixedText()
Get the prefixed title with spaces.
Definition: FakeTitle.php:47
FakeTitle\getLinksTo
getLinksTo( $options=array(), $table='pagelinks', $prefix='pl')
Get an array of Title objects linking to this Title Also stores the IDs in the link cache.
Definition: FakeTitle.php:103
$title
presenting them properly to the user as errors is done by the caller $title
Definition: hooks.txt:1324
FakeTitle\getPrefixedDBkey
getPrefixedDBkey()
Get the prefixed database key form.
Definition: FakeTitle.php:46
$name
Allows to change the fields on the form that will be generated $name
Definition: hooks.txt:336
FakeTitle\isSubpage
isSubpage()
Is this a subpage?
Definition: FakeTitle.php:75
FakeTitle\getSquidURLs
getSquidURLs()
Get a list of URLs to purge from the Squid cache when this page changes.
Definition: FakeTitle.php:106
FakeTitle\getTouched
getTouched( $db=null)
Get the last touched timestamp.
Definition: FakeTitle.php:130
FakeTitle\invalidateCache
invalidateCache()
Updates page_touched for this page; called from LinksUpdate.php.
Definition: FakeTitle.php:99
FakeTitle\getSubjectNsText
getSubjectNsText()
Get the namespace text of the subject (rather than talk) page.
Definition: FakeTitle.php:37
FakeTitle\moveSubpages
moveSubpages( $nt, $auth=true, $reason='', $createRedirect=true)
Move this page's subpages to be subpages of $nt.
Definition: FakeTitle.php:111
FakeTitle\isRedirect
isRedirect( $flags=0)
Is this an article that is a redirect page? Uses link cache, adding it if necessary.
Definition: FakeTitle.php:95
FakeTitle\getEscapedText
getEscapedText()
Get the HTML-escaped displayable text form.
Definition: FakeTitle.php:60
FakeTitle\getSubpages
getSubpages( $limit=-1)
Get all subpages of this page.
Definition: FakeTitle.php:77
FakeTitle\getDBkey
getDBkey()
Get the main part with underscores.
Definition: FakeTitle.php:33
FakeTitle\escapeLocalURL
escapeLocalURL( $query='', $query2=false)
Get an HTML-escaped version of the URL form, suitable for using in a link, without a server name or f...
Definition: FakeTitle.php:56
FakeTitle\getFragment
getFragment()
Get the Title fragment (i.e. the bit after the #) in text form.
Definition: FakeTitle.php:41
FakeTitle\isMovable
isMovable()
Would anybody with sufficient privileges be able to move this page? Some pages just aren't movable.
Definition: FakeTitle.php:72
$user
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
Definition: hooks.txt:237
FakeTitle\isProtected
isProtected( $action='')
Does the title correspond to a protected article?
Definition: FakeTitle.php:63
FakeTitle\isConversionTable
isConversionTable()
Is this a conversion table for the LanguageConverter?
Definition: FakeTitle.php:64
FakeTitle\equals
equals(Title $title)
Compare with another title.
Definition: FakeTitle.php:124
FakeTitle\getArticleID
getArticleID( $flags=0)
Get the article ID for this Title from the link cache, adding it if necessary.
Definition: FakeTitle.php:94
Title
Represents a title within MediaWiki.
Definition: Title.php:35
FakeTitle\userCanEditCssSubpage
userCanEditCssSubpage()
Definition: FakeTitle.php:83
FakeTitle\isCssJsSubpage
isCssJsSubpage()
Is this a .css or .js subpage of a user page?
Definition: FakeTitle.php:78
FakeTitle\isNamespaceProtected
isNamespaceProtected(User $user)
Determines if $user is unable to edit this page because it has been protected by $wgNamespaceProtecti...
Definition: FakeTitle.php:67
FakeTitle\isSpecial
isSpecial( $name)
Returns true if this title resolves to the named special page.
Definition: FakeTitle.php:134
FakeTitle\isKnown
isKnown()
Does this title refer to a page that can (or might) be meaningfully viewed? In particular,...
Definition: FakeTitle.php:127
FakeTitle\isWatchable
isWatchable()
Can this title be added to a user's watchlist?
Definition: FakeTitle.php:114
FakeTitle\getIndexTitle
getIndexTitle()
Get title for search index.
Definition: FakeTitle.php:45
FakeTitle\getSubjectPage
getSubjectPage()
Get a title object associated with the subject page of this talk page.
Definition: FakeTitle.php:102
FakeTitle\isSpecialPage
isSpecialPage()
Returns true if this is a special page.
Definition: FakeTitle.php:133
FakeTitle\isNewPage
isNewPage()
Check if this is a new page.
Definition: FakeTitle.php:121
FakeTitle\isSingleRevRedirect
isSingleRevRedirect()
Checks if this page is just a one-rev redirect.
Definition: FakeTitle.php:112
FakeTitle\getBaseText
getBaseText()
Get the base page name without a namespace, i.e.
Definition: FakeTitle.php:49
FakeTitle\canTalk
canTalk()
Could this title have a corresponding talk page?
Definition: FakeTitle.php:39
FakeTitle\isDeleted
isDeleted()
Is there a version of this page in the deletion archive?
Definition: FakeTitle.php:92
FakeTitle\userCanEditJsSubpage
userCanEditJsSubpage()
Definition: FakeTitle.php:84
FakeTitle\loadRestrictions
loadRestrictions( $res=null)
Load restrictions from the page_restrictions table.
Definition: FakeTitle.php:89
FakeTitle\getSubpageUrlForm
getSubpageUrlForm()
Get a URL-encoded form of the subpage text.
Definition: FakeTitle.php:51
FakeTitle\deleteTitleProtection
deleteTitleProtection()
Remove any title protection due to page existing.
Definition: FakeTitle.php:71
FakeTitle\userCanRead
userCanRead()
Can $wgUser read this page?
Definition: FakeTitle.php:73
FakeTitle\getUserCaseDBKey
getUserCaseDBKey()
Get the DB key with the initial letter case as specified by the user.
Definition: FakeTitle.php:36
FakeTitle\getParentCategories
getParentCategories()
Get categories to which this Title belongs and return an array of categories' names.
Definition: FakeTitle.php:115
FakeTitle\getTalkPage
getTalkPage()
Get a Title object associated with the talk page of this article.
Definition: FakeTitle.php:100
$query
return true to allow those checks to and false if checking is done use this to change the tables headers temp or archived zone change it to an object instance and return false override the list derivative used the name of the old file when set the default code will be skipped add a value to it if you want to add a cookie that have to vary cache options can modify $query
Definition: hooks.txt:1105
FakeTitle\getPrefixedURL
getPrefixedURL()
Get a URL-encoded title (not an actual URL) including interwiki.
Definition: FakeTitle.php:52
FakeTitle\userIsWatching
userIsWatching()
Is $wgUser watching this page?
Definition: FakeTitle.php:65
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition: User.php:59
FakeTitle\fixSpecialName
fixSpecialName()
If the Title refers to a special page alias which is not the local default, resolve the alias,...
Definition: FakeTitle.php:135
FakeTitle\moveNoAuth
moveNoAuth(&$nt)
Move this page without authentication.
Definition: FakeTitle.php:108
$res
$res
Definition: database.txt:21
FakeTitle\getUserPermissionsErrors
getUserPermissionsErrors( $action, $user, $doExpensiveQueries=true, $ignoreErrors=array())
Can $user perform $action on this page?
Definition: FakeTitle.php:69
FakeTitle\getEditURL
getEditURL()
Get the edit URL for this Title.
Definition: FakeTitle.php:59
FakeTitle\getFragmentForURL
getFragmentForURL()
Get the fragment in URL form, including the "#" character if there is one.
Definition: FakeTitle.php:43
FakeTitle\getSubpageText
getSubpageText()
Get the lowest-level subpage name, i.e.
Definition: FakeTitle.php:50
FakeTitle\getEarliestRevTime
getEarliestRevTime( $flags=0)
Get the oldest revision timestamp of this page.
Definition: FakeTitle.php:122
FakeTitle\isContentPage
isContentPage()
Is this Title in a namespace which contains content? In other words, is this a content page,...
Definition: FakeTitle.php:136