Registry for Customer Group models
Definition at line 15 of file GroupRegistry.php.
◆ __construct()
__construct |
( |
GroupFactory |
$groupFactory | ) |
|
◆ remove()
◆ retrieve()
Get instance of the Group Model identified by an id
- Parameters
-
- Returns
- Group
- Exceptions
-
Definition at line 42 of file GroupRegistry.php.
44 if (isset($this->registry[
$groupId])) {
47 $group = $this->groupFactory->create();
static singleField($fieldName, $fieldValue)
◆ $groupFactory
◆ $registry
The documentation for this class was generated from the following file: