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
Support offsets in prefix searching
[mediawiki.git]
/
includes
/
htmlform
/
HTMLNestedFilterable.php
blob
2c09ea4e59bea8ef21b2ac379eb53f6cdfccd334
1
<
?php
2
3
interface
HTMLNestedFilterable
{
4
/**
5
* Support for seperating multi-option preferences into multiple preferences
6
* Due to lack of array support.
7
*
8
* @param array $data
9
*/
10
function
filterDataForSubmit
(
$data
);
11
}