| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | trait HydrateWithMapTrait |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Fill the given user with the following the attribute-method map. |
||
| 19 | * |
||
| 20 | * @param UserInterface $user target user |
||
| 21 | * @param array[] $ldapUserAttributes raw LDAP data |
||
| 22 | * @param string[] $attributeMap attribute-method map |
||
| 23 | */ |
||
| 24 | 5 | protected function hydrateUserWithAttributesMap( |
|
| 50 |