MediaWiki
1.34.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... | |
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 | getQueryInfo () |
Return the tables, fields, and join conditions to be selected to create a new archivedfile object. More... | |
static | newFromRow ( $row) |
Loads a file object from 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... | |
bool | $exists |
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... | |
int false | $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... | |
User null | $user |
Uploader. More... | |
int | $width |
Width. More... | |
Class representing a row of the 'filearchive' table.
Definition at line 31 of file ArchivedFile.php.
ArchivedFile::__construct | ( | $title, | |
$id = 0 , |
|||
$key = '' , |
|||
$sha1 = '' |
|||
) |
MWException |
Title | $title | |
int | $id | |
string | $key | |
string | $sha1 |
Definition at line 107 of file ArchivedFile.php.
References $id, $key, $sha1, $title, exists(), Title\getDBkey(), and File\normalizeTitle().
ArchivedFile::exists | ( | ) |
Definition at line 329 of file ArchivedFile.php.
References $exists, and load().
Referenced by __construct(), and load().
ArchivedFile::getBits | ( | ) |
Return the bits of the image file, in bytes.
Definition at line 405 of file ArchivedFile.php.
ArchivedFile::getDescription | ( | ) |
Return upload description.
Definition at line 517 of file ArchivedFile.php.
References $description, File\DELETED_COMMENT, isDeleted(), and load().
ArchivedFile::getGroup | ( | ) |
Return the FileStore storage group.
Definition at line 357 of file ArchivedFile.php.
References $group.
ArchivedFile::getHandler | ( | ) |
Get a MediaHandler instance for this file.
Definition at line 425 of file ArchivedFile.php.
References $handler, MediaHandler\getHandler(), and getMimeType().
Referenced by pageCount().
ArchivedFile::getHeight | ( | ) |
ArchivedFile::getID | ( | ) |
ArchivedFile::getKey | ( | ) |
Return the FileStore key.
Definition at line 339 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 458 of file ArchivedFile.php.
References $media_type, and load().
ArchivedFile::getMetadata | ( | ) |
ArchivedFile::getMimeType | ( | ) |
Returns the MIME type of the file.
Definition at line 415 of file ArchivedFile.php.
Referenced by getHandler().
ArchivedFile::getName | ( | ) |
Return the file name.
Definition at line 309 of file ArchivedFile.php.
Referenced by EraseArchivedFile\scrubVersion().
|
static |
Return the tables, fields, and join conditions to be selected to create a new archivedfile object.
$table
to IDatabase->select()
$vars
to IDatabase->select()
$join_conds
to IDatabase->select()
Definition at line 228 of file ArchivedFile.php.
References ActorMigration\newMigration().
Referenced by RevDelArchivedFileList\doQuery(), ApiQueryFilearchive\execute(), EraseArchivedFile\execute(), LocalFileRestoreBatch\execute(), PageArchive\listFiles(), load(), and EraseArchivedFile\scrubAllVersions().
ArchivedFile::getRawDescription | ( | ) |
Return upload description.
Definition at line 549 of file ArchivedFile.php.
References $description, and load().
ArchivedFile::getRawUser | ( | ) |
Return the user ID of the uploader.
Definition at line 531 of file ArchivedFile.php.
References getUser().
ArchivedFile::getRawUserText | ( | ) |
Return the user name of the uploader.
Definition at line 540 of file ArchivedFile.php.
References getUser().
ArchivedFile::getSha1 | ( | ) |
Get the SHA-1 base 36 hash of the file.
Definition at line 481 of file ArchivedFile.php.
ArchivedFile::getSize | ( | ) |
Return the size of the image file, in bytes.
Definition at line 395 of file ArchivedFile.php.
ArchivedFile::getStorageKey | ( | ) |
Return the FileStore key (overriding base File class)
Definition at line 349 of file ArchivedFile.php.
References getKey().
Referenced by EraseArchivedFile\scrubVersion().
ArchivedFile::getTimestamp | ( | ) |
Return upload timestamp.
Definition at line 469 of file ArchivedFile.php.
References load(), 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', 'id', or 'object' |
MWException |
Definition at line 498 of file ArchivedFile.php.
References $type, $user, User\getName(), and load().
Referenced by getRawUser(), and getRawUserText().
ArchivedFile::getVisibility | ( | ) |
ArchivedFile::getWidth | ( | ) |
ArchivedFile::isDeleted | ( | $field | ) |
for file or revision rows
int | $field | One of DELETED_* bitfield constants |
Definition at line 571 of file ArchivedFile.php.
References load().
Referenced by getDescription().
ArchivedFile::load | ( | ) |
Loads a file object from the filearchive table.
MWException |
Definition at line 155 of file ArchivedFile.php.
References $dbr, $group, $id, $key, $sha1, DB_REPLICA, exists(), getQueryInfo(), loadFromRow(), NS_FILE, and wfGetDB().
Referenced by exists(), getBits(), getDescription(), getHeight(), getID(), getKey(), getMediaType(), getMetadata(), getMimeType(), getName(), getRawDescription(), getSha1(), getSize(), getTimestamp(), getTitle(), getUser(), getVisibility(), getWidth(), isDeleted(), and userCan().
ArchivedFile::loadFromRow | ( | $row | ) |
Load ArchivedFile object fields from a DB row.
stdClass | $row | Object database row |
Definition at line 262 of file ArchivedFile.php.
References DB_REPLICA, LocalRepo\getHashFromKey(), Title\makeTitleSafe(), User\newFromAnyId(), NS_FILE, and wfGetDB().
Referenced by load().
|
static |
Loads a file object from the filearchive table.
stdClass | $row |
Definition at line 212 of file ArchivedFile.php.
References $file, Title\makeTitle(), and NS_FILE.
Referenced by ApiQueryFilearchive\execute(), EraseArchivedFile\execute(), SpecialUndelete\formatFileRow(), RevDelArchivedFileItem\initFile(), 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 438 of file ArchivedFile.php.
References $pageCount, and getHandler().
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 584 of file ArchivedFile.php.
References $title, $user, getTitle(), load(), and Revision\userCanBitfield().
|
private |
Original base filename.
Definition at line 89 of file ArchivedFile.php.
|
private |
|
private |
Whether or not all this has been loaded from the database (loadFromXxx)
Definition at line 75 of file ArchivedFile.php.
|
private |
Bitfield akin to rev_deleted.
Definition at line 78 of file ArchivedFile.php.
Referenced by getVisibility().
|
private |
Upload description.
Definition at line 66 of file ArchivedFile.php.
Referenced by getDescription(), and getRawDescription().
|
private |
Definition at line 98 of file ArchivedFile.php.
Referenced by exists().
|
private |
FileStore storage group.
Definition at line 39 of file ArchivedFile.php.
Referenced by getGroup(), and load().
|
protected |
Definition at line 92 of file ArchivedFile.php.
Referenced by getHandler().
|
private |
|
private |
Filearchive row ID.
Definition at line 33 of file ArchivedFile.php.
Referenced by __construct(), getID(), and load().
|
private |
FileStore SHA-1 key.
Definition at line 42 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 86 of file ArchivedFile.php.
Referenced by pageCount().
|
private |
SHA-1 hash of file content.
Definition at line 81 of file ArchivedFile.php.
Referenced by __construct(), getSha1(), and load().
|
private |
|
private |
Time of upload.
Definition at line 72 of file ArchivedFile.php.
|
protected |
Definition at line 95 of file ArchivedFile.php.
Referenced by __construct(), getTitle(), and userCan().
|
private |
|
private |