| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function __construct(array $intents = [], array $attributes = [], ?string $tag = null) |
||
| 21 | { |
||
| 22 | parent::__construct($intents, $attributes, $tag); |
||
| 23 | |||
| 24 | $this->add(new ExactFilter('identifier', 'admin:userGroupIdentifier')); |
||
| 25 | $this->add(new LikeFilter('name', 'admin:userGroupName')); |
||
| 26 | } |
||
| 28 |