Public Member Functions | |
HistoryBlobStub ($hash= '', $oldid=0) | |
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. | |
getReferrer () | |
Gets the location of the referring object. | |
getText () | |
getHash () | |
Get the content hash. | |
Public Attributes | |
$mOldId | |
$mHash | |
$mRef |
Definition at line 148 of file HistoryBlob.php.
HistoryBlobStub::getHash | ( | ) |
HistoryBlobStub::getReferrer | ( | ) |
HistoryBlobStub::getText | ( | ) |
Definition at line 181 of file HistoryBlob.php.
References $dbr, $flags, $fname, $obj, $path, $row, $url, $wgBlobCache, wfGetDB(), and wfProfileOut().
HistoryBlobStub::HistoryBlobStub | ( | $ | hash = '' , |
|
$ | oldid = 0 | |||
) |
string | $hash The content hash of the text | |
integer | $oldid The old_id for the CGZ object |
Definition at line 155 of file HistoryBlob.php.
HistoryBlobStub::setLocation | ( | $ | id | ) |
Sets the location (old_id) of the main object to which this object points.
Definition at line 163 of file HistoryBlob.php.
HistoryBlobStub::setReferrer | ( | $ | id | ) |
HistoryBlobStub::$mHash |
Definition at line 149 of file HistoryBlob.php.
HistoryBlobStub::$mOldId |
Definition at line 149 of file HistoryBlob.php.
HistoryBlobStub::$mRef |
Definition at line 149 of file HistoryBlob.php.