84 if ( !( $title &&
$repo ) && !$path ) {
86 ': not enough parameters, must specify title and repo, or a full path' );
88 if ( $title instanceof
Title ) {
92 $this->name = basename( $path );
119 if ( !isset( $this->dims[$page] ) ) {
123 $this->dims[$page] = $this->
handler->getPageDimensions( $this, $page );
126 return $this->dims[$page];
136 return $dim[
'width'];
146 return $dim[
'height'];
153 if ( !isset( $this->mime ) ) {
179 if ( !$gis || !isset( $gis[
'bits'] ) ) {
189 if ( !isset( $this->metadata ) ) {
191 $this->metadata =
false;
205 return $this->repo->getZoneUrl(
'public' ) .
'/' .
206 $this->repo->getHashPath( $this->name ) . rawurlencode( $this->name );
218 return $this->repo->getFileSize( $this->path );
Class representing a non-directory file on the file system.
getRootDirectory()
Get the public zone root storage directory of the repository.
getHashPath( $name)
Get a relative path including trailing slash, e.g.
getNameFromTitle(Title $title)
Get the name of a file from its title object.
Implements some public methods and some protected utility functions which are required by multiple ch...
FSFile bool $fsFile
False if undefined.
static normalizeTitle( $title, $exception=false)
Given a string or Title object return either a valid Title object with namespace NS_FILE or null.
assertRepoDefined()
Assert that $this->repo is set to a valid FileRepo instance.
getLocalRefPath()
Get an FS copy or original of this file and return the path.
string $name
The name of a file from its title object.
FileRepo LocalRepo ForeignAPIRepo bool $repo
Some member variables can be lazy-initialised using __get().
getHandler()
Get a MediaHandler instance for this file.
static singleton()
Get an instance of this class.
Represents a title within MediaWiki.
A file object referring to either a standalone local file, or a file in a local repository with no da...
setLocalReference(FSFile $fsFile)
Optimize getLocalRefPath() by using an existing local reference.
__construct( $title=false, $repo=false, $path=false, $mime=false)
Create an UnregisteredLocalFile based on a path or a (title,repo) pair.
static newFromPath( $path, $mime)
cachePageDimensions( $page=1)
array $dims
Dimension data.
static newFromTitle( $title, $repo)
bool string $metadata
Handler-specific metadata which will be saved in the img_metadata field.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check set to true or false to override the $wgMaxImageArea check result gives extension the possibility to transform it themselves set to a MediaTransformOutput the error message to be returned in an array you should do so by altering $wgNamespaceProtection and $wgNamespaceContentModels outside the handler
processing should stop and the error should be shown to the user * false