Home
last modified time | relevance | path

Searched refs:ldapUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php281 * @param string $ldapUrl
286 public static function parse(string $ldapUrl): LdapUrl
288 $pieces = self::explodeUrl($ldapUrl);
270 parse(string $ldapUrl) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php213 foreach ($child->getChildren() as $ldapUrl) {
215 $referrals[] = LdapUrl::parse($ldapUrl->getValue());