Searched refs:getReferrals (Results 1 – 7 of 7) sorted by relevance
69 $referrals = $result instanceof LdapResult ? $result->getReferrals() : [];99 …>getResponse() instanceof LdapResult || count($messageFrom->getResponse()->getReferrals()) === 0) {111 foreach ($messageFrom->getResponse()->getReferrals() as $referral) {
43 public function getReferrals() function in FreeDSx\\Ldap\\Exception\\ReferralException
42 public function getReferrals(): array function in FreeDSx\\Ldap\\Protocol\\ReferralContext
49 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
49 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
65 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
140 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\LdapResult