MediaWiki REL1_40
|
Static Public Member Functions | |
static | getAllowedClasses () |
Get the classes which are allowed to be contained in a text or ES row. | |
static | unserialize (string $str, bool $allowDouble=false) |
Unserialize a HistoryBlob. | |
static | unserializeArray (string $str) |
Unserialize array data with no classes. | |
Public Attributes | |
const | NO_CLASSES = [ 'allowed_classes' => false ] |
Definition at line 5 of file HistoryBlobUtils.php.
|
static |
Get the classes which are allowed to be contained in a text or ES row.
Definition at line 13 of file HistoryBlobUtils.php.
|
static |
Unserialize a HistoryBlob.
string | $str | |
bool | $allowDouble | Allow double serialization |
Definition at line 29 of file HistoryBlobUtils.php.
References unserialize().
Referenced by MediaWiki\Storage\SqlBlobStore\decompressData(), unserialize(), and unserializeArray().
|
static |
Unserialize array data with no classes.
string | $str |
Definition at line 49 of file HistoryBlobUtils.php.
References unserialize().
const HistoryBlobUtils::NO_CLASSES = [ 'allowed_classes' => false ] |
Definition at line 6 of file HistoryBlobUtils.php.