Go to the documentation of this file.
53 $file->loadFromRow( $row );
92 function restore( $versions = [], $unsuppress =
false ) {
103 function delete( $reason, $suppress =
false,
$user = null ) {
131 if ( !$this->repo->fetchDescription ) {
136 $renderUrl = $this->repo->getDescriptionRenderUrl( $this->
getName(),
$lang->getCode() );
141 $touched = $this->repo->getReplicaDB()->selectField(
146 'page_title' => $this->
title->getDBkey()
149 if ( $touched ===
false ) {
155 return $cache->getWithSetCallback(
156 $this->repo->getLocalCacheKey(
157 'RemoteFileDescription',
163 $this->repo->descriptionCacheExpiry ?: $cache::TTL_UNCACHEABLE,
165 wfDebug(
"Fetching shared description from $renderUrl\n" );
184 $dbr = $this->repo->getReplicaDB();
185 $pageId =
$dbr->selectField(
190 'page_title' => $this->
title->getDBkey()
194 if ( $pageId !==
false ) {
195 $url = $this->repo->makeUrl( [
'curid' => $pageId ] );
196 if (
$url !==
false ) {
getDescriptionText( $lang=null)
when a variable name is used in a function
FileRepo LocalRepo ForeignAPIRepo bool $repo
Some member variables can be lazy-initialised using __get().
const TTL_UNCACHEABLE
Idiom for getWithSetCallback() callbacks to avoid calling set()
Foreign file with an accessible MediaWiki database.
recordUpload( $oldver, $desc, $license='', $copyStatus='', $source='', $watch=false, $timestamp=false, User $user=null)
if(!isset( $args[0])) $lang
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
int $user
User ID of uploader.
static newFromTitle( $title, $repo, $unused=null)
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
to move a page</td >< td > &*You are moving the page across *A non empty talk page already exists under the new or *You uncheck the box below In those you will have to move or merge the page manually if desired</td >< td > be sure to &You are responsible for making sure that links continue to point where they are supposed to go Note that the page will &a page at the new title
static newFromRow( $row, $repo)
Create a ForeignDBFile from a title Do not call this except from inside a repo class.
string $url
The URL corresponding to one of the four basic zones.
getDescriptionShortUrl()
Get short description URL for a file based on the page ID.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as $wgLang
static makeTitle( $ns, $title, $fragment='', $interwiki='')
Create a new Title from a namespace index and a DB key.
when a variable name is used in a it is silently declared as a new masking the global
publish( $srcPath, $flags=0, array $options=[])
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
Class to represent a local file in the wiki's own database.
static get( $url, $options=[], $caller=__METHOD__)
Simple wrapper for Http::request( 'GET' )
getDescriptionUrl()
Get the URL of the image description page.
getName()
Return the name of this file.
string $timestamp
Upload timestamp.
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
static getMainWANInstance()
Get the main WAN cache object.
restore( $versions=[], $unsuppress=false)
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
it s the revision text itself In either if gzip is the revision text is gzipped $flags
the array() calling protocol came about after MediaWiki 1.4rc1.