| 1 | <?php |
||
| 26 | class JoinOrganizationFormWidget extends Widget |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @var JoinOrganizationForm |
||
| 30 | */ |
||
| 31 | public $model; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @var array |
||
| 35 | */ |
||
| 36 | public $formConfig; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @var bool |
||
| 40 | */ |
||
| 41 | public $join = true; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @inheritdoc |
||
| 45 | * @throws InvalidConfigException |
||
| 46 | */ |
||
| 47 | public function init() |
||
| 59 | |||
| 60 | /** |
||
| 61 | * Run action |
||
| 62 | * @return string |
||
| 63 | */ |
||
| 64 | public function run() |
||
| 72 | } |
||
| 73 |