Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php50 return ResultCode::MEANING_SHORT[$this->getCode()] ?? null;
67 if (isset(ResultCode::MEANING_SHORT[$resultCode])) {
68 $message .= sprintf(' (%s)', ResultCode::MEANING_SHORT[$resultCode]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php115 public const MEANING_SHORT = [ define in FreeDSx\\Ldap\\Operation\\ResultCode