MediaWiki REL1_37
|
Pointer object for an item within a CGZ blob stored in the text table. More...
Public Member Functions | |
__construct ( $hash='', $oldid=0) | |
getHash () | |
Get the content hash. | |
getLocation () | |
Gets the location of the main object. | |
getReferrer () | |
Gets the location of the referring object. | |
getText () | |
setLocation ( $id) | |
Sets the location (old_id) of the main object to which this object points. | |
setReferrer ( $id) | |
Sets the location (old_id) of the referring object. | |
Protected Attributes | |
string | $mHash |
int | $mOldId |
string | $mRef |
Static Protected Attributes | |
static array | $blobCache = [] |
One-step cache variable to hold base blobs; operations that pull multiple revisions may often pull multiple times from the same blob. | |
Pointer object for an item within a CGZ blob stored in the text table.
Definition at line 28 of file HistoryBlobStub.php.
HistoryBlobStub::__construct | ( | $hash = '' , |
|
$oldid = 0 |
|||
) |
string | $hash | The content hash of the text |
int | $oldid | The old_id for the CGZ object |
Definition at line 50 of file HistoryBlobStub.php.
HistoryBlobStub::getHash | ( | ) |
Get the content hash.
Definition at line 149 of file HistoryBlobStub.php.
References $mHash.
HistoryBlobStub::getLocation | ( | ) |
Gets the location of the main object.
Definition at line 67 of file HistoryBlobStub.php.
References $mOldId.
HistoryBlobStub::getReferrer | ( | ) |
Gets the location of the referring object.
Definition at line 83 of file HistoryBlobStub.php.
References $mRef.
HistoryBlobStub::getText | ( | ) |
Definition at line 90 of file HistoryBlobStub.php.
References $dbr, $mOldId, DB_REPLICA, unserialize(), and wfGetDB().
HistoryBlobStub::setLocation | ( | $id | ) |
Sets the location (old_id) of the main object to which this object points.
int | $id |
Definition at line 59 of file HistoryBlobStub.php.
HistoryBlobStub::setReferrer | ( | $id | ) |
Sets the location (old_id) of the referring object.
string | $id |
Definition at line 75 of file HistoryBlobStub.php.
|
staticprotected |
One-step cache variable to hold base blobs; operations that pull multiple revisions may often pull multiple times from the same blob.
By keeping the last-used one open, we avoid redundant unserialization and decompression overhead.
Definition at line 35 of file HistoryBlobStub.php.
|
protected |
Definition at line 41 of file HistoryBlobStub.php.
Referenced by getHash().
|
protected |
Definition at line 38 of file HistoryBlobStub.php.
Referenced by getLocation(), and getText().
|
protected |
Definition at line 44 of file HistoryBlobStub.php.
Referenced by getReferrer().