MediaWiki
REL1_24
|
Utility classThis allows us to distinguish a blob from a normal string and an array of strings. More...
Public Member Functions | |
__construct ($data) | |
fetch () | |
Protected Attributes | |
string | $mData |
* |
Utility class
This allows us to distinguish a blob from a normal string and an array of strings.
Definition at line 53 of file DatabaseUtility.php.
Blob::__construct | ( | $ | data | ) |
Reimplemented in MssqlBlob.
Definition at line 56 of file DatabaseUtility.php.
Blob::fetch | ( | ) |
Reimplemented in MssqlBlob.
Definition at line 60 of file DatabaseUtility.php.
string Blob::$mData [protected] |
*
Definition at line 54 of file DatabaseUtility.php.