Final Class Yiisoft\Config\Modifier\RemoveGroupsFromVendor
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| getGroups() | Yiisoft\ |
Method Details
| public mixed __construct ( array $groups ) | ||
| $groups | array | |
public function __construct(array $groups)
{
foreach ($groups as $package => $groupNames) {
$this->groups[$package] = (array) $groupNames;
}
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.