Searched refs:REFERRAL (Results 1 – 5 of 5) sorted by relevance
39 public const REFERRAL = 10; define in FreeDSx\\Ldap\\Operation\\ResultCode125 self::REFERRAL => 'referral',172 self::REFERRAL => 'Indicates that a referral needs to be chased to complete the operation.',
102 ResultCode::REFERRAL165 if ($e->getCode() === ResultCode::REFERRAL) {179 ), ResultCode::REFERRAL);
42 ResultCode::REFERRAL,
37 parent::__construct($diagnostic, ResultCode::REFERRAL);
56 …$response instanceof Operation\LdapResult && $response->getResultCode() === ResultCode::REFERRAL) {