[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |