1 <?php
2 /**
3 * Форма для поиска докуметов
4 *
5 * @author inxo
6 */
7 class DocumentSearchForm extends Form {
8 function forTemplate() {
9 return $this->renderWith(array(
10 $this->class,
11 'Form'
12 ));
13 }
14 }
15 ?>
16