Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php33 ? $this->generateMessage($code)
63 private function generateMessage(int $resultCode): string function in FreeDSx\\Ldap\\Exception\\OperationException
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DNotifysend.php160 $msg = $this->generateMessage($totalFiles, $totalErrors, $totalWarnings);
181 protected function generateMessage($totalFiles, $totalErrors, $totalWarnings) function in PHP_CodeSniffer_Reports_Notifysend