| 1 | <?php namespace Bedard\Shop\FormWidgets; |
||
| 8 | class CartHistory extends FormWidgetBase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * {@inheritdoc} |
||
| 12 | */ |
||
| 13 | protected $defaultAlias = 'bedard_shop_cart_history'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function render() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Prepares the form widget view data. |
||
| 27 | */ |
||
| 28 | public function prepareVars() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | public function loadAssets() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | public function getSaveValue($value) |
||
| 49 | } |
||
| 50 |