Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php32 $this->uid = $this->generateUid($length);
52 $this->uid = $this->generateUid(strlen($this->uid));
55 private function generateUid(int $length): string function in Monolog\\Processor\\UidProcessor