| 1 | <?php |
||
| 18 | class Module extends \hipanel\base\Module |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Returns Cart component from Cart module. |
||
| 22 | * @return \hiqdev\yii2\cart\ShoppingCart |
||
| 23 | */ |
||
| 24 | public function getCart() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Returns Merchant module. |
||
| 34 | * @return \hiqdev\yii2\merchant\Module |
||
| 35 | */ |
||
| 36 | public function getMerchant() |
||
| 40 | } |
||
| 41 |