Home
last modified time | relevance | path

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

/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php73 public function formattedId($alphabet, $size = 0, GeneratorInterface $generator = null) function in Hidehalo\\Nanoid\\Client
96 return $this->formattedId($alphabet, $size, $generator);
/plugin/combo/ComboStrap/
H A DPageId.php251 $pageId = ($nanoIdClient)->formattedId(self::PAGE_ID_ALPHABET, self::PAGE_ID_LENGTH);
259 $pageId = ($nanoIdClient)->formattedId(self::PAGE_ID_ALPHABET, self::PAGE_ID_LENGTH);