| 1 | <?php namespace Bedard\Shop\FormWidgets; |
||
| 9 | class StatusSelector extends FormWidgetBase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | protected $defaultAlias = 'bedard_shop_status_selector'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function render() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Prepares the form widget view data. |
||
| 28 | */ |
||
| 29 | public function prepareVars() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function getSaveValue($value) |
||
| 45 | } |
||
| 46 |