| 1 | <?php |
||
| 22 | class Support |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Returns the closure for retrieving the user groups |
||
| 26 | * |
||
| 27 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object |
||
| 28 | * @return array List of group codes the user is in |
||
| 29 | */ |
||
| 30 | public function getGroups( \Aimeos\MShop\Context\Item\Iface $context ) |
||
| 44 | } |
||
| 45 |