| 1 | <?php  | 
            ||
| 8 | class DefaultFormManager implements FormManagerInterface  | 
            ||
| 9 | { | 
            ||
| 10 | public function itemForm($database, $type, $table, $item)  | 
            ||
| 14 | |||
| 15 | public function tableForm($database, $type, $table)  | 
            ||
| 19 | |||
| 20 | public function databaseForm($database)  | 
            ||
| 24 | |||
| 25 | public function filterForm(ITranslator $translator, array $columns, array $filter, array $sorting, $onPage)  | 
            ||
| 29 | }  | 
            ||
| 30 |