Searched refs:getReferrals (Results 1 – 7 of 7) sorted by relevance
55 $referrals = $result instanceof LdapResult ? $result->getReferrals() : [];79 …getResponse() instanceof LdapResult || \count($messageFrom->getResponse()->getReferrals()) === 0) {91 foreach ($messageFrom->getResponse()->getReferrals() as $referral) {
41 public function getReferrals() function in FreeDSx\\Ldap\\Exception\\ReferralException
38 public function getReferrals(): array function in FreeDSx\\Ldap\\Protocol\\ReferralContext
47 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
43 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
59 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
136 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\LdapResult