repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "ResourceLoader: Deprecate ResourceLoader::makeConfigSetScript"
[mediawiki.git]
/
includes
/
libs
/
rdbms
/
encasing
/
IBlob.php
blob
b1d7aae43884f7fbcc405fa216306e0ca03a9eda
1
<
?php
2
3
namespace
Wikimedia\Rdbms
;
4
5
/**
6
* Wrapper allowing us to distinguish a blob from a normal string and an array of strings
7
* @ingroup Database
8
*/
9
interface
IBlob
{
10
/**
11
* @return string
12
*/
13
public function
fetch
();
14
}