169 public function serialize( $format = null );
237 public function copy();
519 public function convert( $toModel, $lossy =
'' );
isRedirect()
Returns whether this Content represents a redirect.
isValid()
Returns whether the content is valid.
getSection($sectionId)
Returns the section with the given ID.
getContentHandler()
Convenience method that returns the ContentHandler singleton for handling the content model that this...
serialize($format=null)
Convenience method for serializing this Content object.
replaceSection($sectionId, Content $with, $sectionTitle= '')
Replaces a section of the content and returns a Content object with the section replaced.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context the output can only depend on parameters provided to this hook not on global state $generateHtml
Set options of the Parser.
addSectionHeader($header)
Returns a new WikitextContent object with the given section heading prepended, if supported...
getDeletionUpdates(WikiPage $page, ParserOutput $parserOutput=null)
Returns a list of updates to perform when this content is deleted.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context $revId
it s the revision text itself In either if gzip is the revision text is gzipped $flags
getTextForSummary($maxLength=250)
Returns a textual representation of the content suitable for use in edit summaries and log messages...
getSize()
Returns the content's nominal size in "bogo-bytes".
convert($toModel, $lossy= '')
Converts this content object into another content object with the given content model, if that is possible.
isSupportedFormat($format)
Returns true if $format is a supported serialization format for this Content object, false if it isn't.
getUltimateRedirectTarget()
Construct the redirect destination from this content and return the Title, or null if this content do...
getSupportedFormats()
Convenience method that returns the list of serialization formats supported for the content model tha...
getWikitextForTransclusion()
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context $parserOutput
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
isEmpty()
Returns true if this Content object represents empty content.
Base interface for content objects.
updateRedirect(Title $target)
If this Content object is a redirect, this method updates the redirect target.
namespace and then decline to actually register it file or subcat img or subcat $title
matchMagicWord(MagicWord $word)
Returns true if this Content object matches the given magic word.
equals(Content $that=null)
Returns true if this Content objects is conceptually equivalent to the given Content object...
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 local account $user
getNativeData()
Returns native representation of the data.
getRedirectChain()
Construct the redirect destination from this content and return an array of Titles, or null if this content doesn't represent a redirect.
prepareSave(WikiPage $page, $flags, $parentRevId, User $user)
Prepare Content for saving.
Class representing a MediaWiki article and history.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getSecondaryDataUpdates(Title $title, Content $old=null, $recursive=true, ParserOutput $parserOutput=null)
Returns a list of DataUpdate objects for recording information about this Content in some secondary d...
isCountable($hasLinks=null)
Returns true if this content is countable as a "real" wiki page, provided that it's also in a countab...
preSaveTransform(Title $title, User $user, ParserOptions $parserOptions)
Returns a Content object with pre-save transformations applied (or this object if no transformations ...
copy()
Return a copy of this Content object.
getParserOutput(Title $title, $revId=null, ParserOptions $options=null, $generateHtml=true)
Parse the Content object and generate a ParserOutput from the result.
preloadTransform(Title $title, ParserOptions $parserOptions, $params=[])
Returns a Content object with preload transformations applied (or this object if no transformations a...
getModel()
Returns the ID of the content model used by this Content object.
getRedirectTarget()
Construct the redirect destination from this content and return a Title, or null if this content does...
getDefaultFormat()
Convenience method that returns the default serialization format for the content model that this Cont...
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page
This class encapsulates "magic words" such as "#redirect", NOTOC, etc.