1 | <?php |
||
18 | class UserAttributeRepository extends EntityRepository implements UserAttributeRepositoryInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param array $attributeNames |
||
22 | * @param array $users |
||
23 | * @param array $forbiddenUsers |
||
24 | * @return mixed |
||
25 | */ |
||
26 | public function setEmptyValueWhereAttributeNameIn( |
||
44 | } |
||
45 |