MediaWiki master
Filter.php
Go to the documentation of this file.
1<?php
8
13interface Filter {
18 public function filterForForm( $value );
19
24 public function filterFromForm( $value );
25}
Base interface for user preference filters that work as a middleware between storage and interface.
Definition Filter.php:13