|
MediaWiki master
|
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. | |
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 12 of file HistoryBlobUtils.php.
|
static |
Unserialize a HistoryBlob.
| string | $str | |
| bool | $allowDouble | Allow double serialization |
Definition at line 28 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 48 of file HistoryBlobUtils.php.
References unserialize().