add doc
This commit is contained in:
parent
45443ee28c
commit
0577bb569a
|
@ -1085,6 +1085,7 @@ class Access extends LDAPUtility implements user\IUserTools {
|
|||
/**
|
||||
* escapes (user provided) parts for LDAP filter
|
||||
* @param string $input, the provided value
|
||||
* @param bool $allowAsterisk wether in * at the beginning should be preserved
|
||||
* @return string the escaped string
|
||||
*/
|
||||
public function escapeFilterPart($input, $allowAsterisk = false) {
|
||||
|
|
Loading…
Reference in New Issue