MediaWiki
1.28.0
|
Class representing a row of the 'filearchive' table. More...
Public Member Functions | |
__construct ($title, $id=0, $key= '', $sha1= '') | |
exists () | |
getBits () | |
Return the bits of the image file, in bytes. More... | |
getDescription () | |
Return upload description. More... | |
getGroup () | |
Return the FileStore storage group. More... | |
getHandler () | |
Get a MediaHandler instance for this file. More... | |
getHeight () | |
Return the height of the image. More... | |
getID () | |
getKey () | |
Return the FileStore key. More... | |
getMediaType () | |
Return the type of the media in the file. More... | |
getMetadata () | |
Get handler-specific metadata. More... | |
getMimeType () | |
Returns the MIME type of the file. More... | |
getName () | |
Return the file name. More... | |
getRawDescription () | |
Return upload description. More... | |
getRawUser () | |
Return the user ID of the uploader. More... | |
getRawUserText () | |
Return the user name of the uploader. More... | |
getSha1 () | |
Get the SHA-1 base 36 hash of the file. More... | |
getSize () | |
Return the size of the image file, in bytes. More... | |
getStorageKey () | |
Return the FileStore key (overriding base File class) More... | |
getTimestamp () | |
Return upload timestamp. More... | |
getTitle () | |
Return the associated title object. More... | |
getUser ($type= 'text') | |
Returns ID or name of user who uploaded the file. More... | |
getUserText () | |
Return the user name of the uploader. More... | |
getVisibility () | |
Returns the deletion bitfield. More... | |
getWidth () | |
Return the width of the image. More... | |
isDeleted ($field) | |
for file or revision rows More... | |
load () | |
Loads a file object from the filearchive table. More... | |
loadFromRow ($row) | |
Load ArchivedFile object fields from a DB row. More... | |
pageCount () | |
Returns the number of pages of a multipage document, or false for documents which aren't multipage documents. More... | |
userCan ($field, User $user=null) | |
Determine if the current user is allowed to view a particular field of this FileStore image file, if it's marked as deleted. More... | |
Static Public Member Functions | |
static | newFromRow ($row) |
Loads a file object from the filearchive table. More... | |
static | selectFields () |
Fields in the filearchive table. More... | |
Protected Attributes | |
MediaHandler | $handler |
Title | $title |
Private Attributes | |
string | $archive_name |
Original base filename. More... | |
int | $bits |
Size in bytes. More... | |
bool | $dataLoaded |
Whether or not all this has been loaded from the database (loadFromXxx) More... | |
int | $deleted |
Bitfield akin to rev_deleted. More... | |
string | $description |
Upload description. More... | |
string | $group |
FileStore storage group. More... | |
int | $height |
Height. More... | |
int | $id |
Filearchive row ID. More... | |
string | $key |
FileStore SHA-1 key. More... | |
string | $media_type |
Media type. More... | |
string | $metadata |
Metadata string. More... | |
string | $mime |
MIME type. More... | |
string | $name |
File name. More... | |
string | $pageCount |
Number of pages of a multipage document, or false for documents which aren't multipage documents. More... | |
string | $sha1 |
SHA-1 hash of file content. More... | |
int | $size |
File size in bytes. More... | |
string | $timestamp |
Time of upload. More... | |
int | $user |
User ID of uploader. More... | |
string | $user_text |
User name of uploader. More... | |
int | $width |
Width. More... | |
Class representing a row of the 'filearchive' table.
Definition at line 29 of file ArchivedFile.php.
ArchivedFile::__construct | ( | $title, | |
$id = 0 , |
|||
$key = '' , |
|||
$sha1 = '' |
|||
) |
MWException |
Title | $title | |
int | $id | |
string | $key | |
string | $sha1 |
Definition at line 105 of file ArchivedFile.php.
References $id, $key, $sha1, exists(), Title\getDBkey(), key, name, File\normalizeTitle(), title, user, and width.
ArchivedFile::exists | ( | ) |
Definition at line 317 of file ArchivedFile.php.
References load().
Referenced by __construct(), and load().
ArchivedFile::getBits | ( | ) |
Return the bits of the image file, in bytes.
Definition at line 393 of file ArchivedFile.php.
ArchivedFile::getDescription | ( | ) |
Return upload description.
Definition at line 516 of file ArchivedFile.php.
References $description, File\DELETED_COMMENT, isDeleted(), and load().
ArchivedFile::getGroup | ( | ) |
Return the FileStore storage group.
Definition at line 345 of file ArchivedFile.php.
References $group.
ArchivedFile::getHandler | ( | ) |
Get a MediaHandler instance for this file.
Definition at line 413 of file ArchivedFile.php.
References $handler, MediaHandler\getHandler(), getMimeType(), and handler.
Referenced by pageCount().
ArchivedFile::getHeight | ( | ) |
ArchivedFile::getID | ( | ) |
ArchivedFile::getKey | ( | ) |
Return the FileStore key.
Definition at line 327 of file ArchivedFile.php.
Referenced by getStorageKey().
ArchivedFile::getMediaType | ( | ) |
Return the type of the media in the file.
Use the value returned by this function with the MEDIATYPE_xxx constants.
Definition at line 444 of file ArchivedFile.php.
References $media_type, and load().
ArchivedFile::getMetadata | ( | ) |
ArchivedFile::getMimeType | ( | ) |
Returns the MIME type of the file.
Definition at line 403 of file ArchivedFile.php.
Referenced by getHandler().
ArchivedFile::getName | ( | ) |
Return the file name.
Definition at line 297 of file ArchivedFile.php.
References $name, load(), and name.
Referenced by EraseArchivedFile\scrubVersion().
ArchivedFile::getRawDescription | ( | ) |
Return upload description.
Definition at line 552 of file ArchivedFile.php.
References $description, and load().
ArchivedFile::getRawUser | ( | ) |
ArchivedFile::getRawUserText | ( | ) |
Return the user name of the uploader.
Definition at line 541 of file ArchivedFile.php.
References $user_text, and load().
ArchivedFile::getSha1 | ( | ) |
Get the SHA-1 base 36 hash of the file.
Definition at line 467 of file ArchivedFile.php.
ArchivedFile::getSize | ( | ) |
Return the size of the image file, in bytes.
Definition at line 383 of file ArchivedFile.php.
ArchivedFile::getStorageKey | ( | ) |
Return the FileStore key (overriding base File class)
Definition at line 337 of file ArchivedFile.php.
References getKey().
Referenced by EraseArchivedFile\scrubVersion().
ArchivedFile::getTimestamp | ( | ) |
Return upload timestamp.
Definition at line 455 of file ArchivedFile.php.
References load(), TS_MW, and wfTimestamp().
Referenced by EraseArchivedFile\scrubVersion().
ArchivedFile::getTitle | ( | ) |
ArchivedFile::getUser | ( | $type = 'text' | ) |
Returns ID or name of user who uploaded the file.
string | $type | 'text' or 'id' |
MWException |
Definition at line 483 of file ArchivedFile.php.
References $type, $user, $user_text, and load().
ArchivedFile::getUserText | ( | ) |
Return the user name of the uploader.
Definition at line 501 of file ArchivedFile.php.
References $user_text, File\DELETED_USER, isDeleted(), load(), and wfDeprecated().
ArchivedFile::getVisibility | ( | ) |
ArchivedFile::getWidth | ( | ) |
ArchivedFile::isDeleted | ( | $field | ) |
for file or revision rows
int | $field | One of DELETED_* bitfield constants |
Definition at line 574 of file ArchivedFile.php.
References load().
Referenced by getDescription(), and getUserText().
ArchivedFile::load | ( | ) |
Loads a file object from the filearchive table.
MWException |
Definition at line 154 of file ArchivedFile.php.
References $dbr, $group, $id, $key, $sha1, DB_REPLICA, exists(), key, loadFromRow(), NS_FILE, title, and wfGetDB().
Referenced by exists(), getBits(), getDescription(), getHeight(), getID(), getKey(), getMediaType(), getMetadata(), getMimeType(), getName(), getRawDescription(), getRawUser(), getRawUserText(), getSha1(), getSize(), getTimestamp(), getTitle(), getUser(), getUserText(), getVisibility(), getWidth(), isDeleted(), and userCan().
ArchivedFile::loadFromRow | ( | $row | ) |
Load ArchivedFile object fields from a DB row.
stdClass | $row | Object database row |
Definition at line 251 of file ArchivedFile.php.
References LocalRepo\getHashFromKey(), key, Title\makeTitleSafe(), name, NS_FILE, title, user, and width.
Referenced by load().
|
static |
Loads a file object from the filearchive table.
stdClass | $row |
Definition at line 209 of file ArchivedFile.php.
References Title\makeTitle(), and NS_FILE.
Referenced by RevDelArchivedFileItem\__construct(), ApiQueryFilearchive\execute(), EraseArchivedFile\execute(), SpecialUndelete\formatFileRow(), and EraseArchivedFile\scrubAllVersions().
ArchivedFile::pageCount | ( | ) |
Returns the number of pages of a multipage document, or false for documents which aren't multipage documents.
Definition at line 426 of file ArchivedFile.php.
References $pageCount, getHandler(), and handler.
|
static |
Fields in the filearchive table.
Definition at line 220 of file ArchivedFile.php.
Referenced by RevDelArchivedFileList\doQuery(), ApiQueryFilearchive\execute(), LocalFileRestoreBatch\execute(), and PageArchive\listFiles().
ArchivedFile::userCan | ( | $field, | |
User | $user = null |
||
) |
Determine if the current user is allowed to view a particular field of this FileStore image file, if it's marked as deleted.
Definition at line 587 of file ArchivedFile.php.
References getTitle(), load(), and Revision\userCanBitfield().
|
private |
Original base filename.
Definition at line 90 of file ArchivedFile.php.
|
private |
|
private |
Whether or not all this has been loaded from the database (loadFromXxx)
Definition at line 76 of file ArchivedFile.php.
|
private |
Bitfield akin to rev_deleted.
Definition at line 79 of file ArchivedFile.php.
Referenced by getVisibility().
|
private |
Upload description.
Definition at line 64 of file ArchivedFile.php.
Referenced by getDescription(), and getRawDescription().
|
private |
FileStore storage group.
Definition at line 37 of file ArchivedFile.php.
Referenced by getGroup(), and load().
|
protected |
Definition at line 93 of file ArchivedFile.php.
Referenced by getHandler().
|
private |
|
private |
Filearchive row ID.
Definition at line 31 of file ArchivedFile.php.
Referenced by __construct(), getID(), and load().
|
private |
FileStore SHA-1 key.
Definition at line 40 of file ArchivedFile.php.
Referenced by __construct(), getKey(), and load().
|
private |
|
private |
|
private |
|
private |
|
private |
Number of pages of a multipage document, or false for documents which aren't multipage documents.
Definition at line 87 of file ArchivedFile.php.
Referenced by pageCount().
|
private |
SHA-1 hash of file content.
Definition at line 82 of file ArchivedFile.php.
Referenced by __construct(), getSha1(), and load().
|
private |
|
private |
Time of upload.
Definition at line 73 of file ArchivedFile.php.
|
protected |
Definition at line 96 of file ArchivedFile.php.
Referenced by getTitle().
|
private |
User ID of uploader.
Definition at line 67 of file ArchivedFile.php.
Referenced by getRawUser(), and getUser().
|
private |
User name of uploader.
Definition at line 70 of file ArchivedFile.php.
Referenced by getRawUserText(), getUser(), and getUserText().
|
private |