| 1 | <?php |
||
| 25 | class OrganizationSearchWidget extends Widget |
||
| 26 | { |
||
| 27 | public $formId = 'organization-search-form'; |
||
| 28 | /** |
||
| 29 | * @var null|array |
||
| 30 | */ |
||
| 31 | public $formConfig = null; |
||
| 32 | /** |
||
| 33 | * @var OrganizationSearch |
||
| 34 | */ |
||
| 35 | public $model; |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @throws InvalidConfigException |
||
| 39 | */ |
||
| 40 | public function init() |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @return string |
||
| 56 | */ |
||
| 57 | public function run() |
||
| 65 | } |
||
| 66 |