|
MediaWiki
REL1_24
|
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. | |
| 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. | |
Public Attributes | |
| string | $mHash |
| * | |
| int | $mOldId |
| * | |
| string | $mRef |
| * | |
Static Protected Attributes | |
| static | $blobCache = array() |
Pointer object for an item within a CGZ blob stored in the text table.
Definition at line 190 of file HistoryBlob.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 209 of file HistoryBlob.php.
Gets the location of the referring object.
Definition at line 234 of file HistoryBlob.php.
Definition at line 241 of file HistoryBlob.php.
| HistoryBlobStub::setLocation | ( | $ | id | ) |
Sets the location (old_id) of the main object to which this object points.
| int | $id |
Definition at line 218 of file HistoryBlob.php.
Referenced by CompressOld\compressWithConcat().
| HistoryBlobStub::setReferrer | ( | $ | id | ) |
Sets the location (old_id) of the referring object.
| string | $id |
Definition at line 226 of file HistoryBlob.php.
HistoryBlobStub::$blobCache = array() [static, protected] |
Definition at line 197 of file HistoryBlob.php.
| string HistoryBlobStub::$mHash |
*
Definition at line 201 of file HistoryBlob.php.
| int HistoryBlobStub::$mOldId |
*
Definition at line 199 of file HistoryBlob.php.
| string HistoryBlobStub::$mRef |
*
Definition at line 203 of file HistoryBlob.php.