Home
last modified time | relevance | path

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

/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php18 protected $alphbet; variable in Hidehalo\\Nanoid\\Client
42 $this->alphbet = CoreInterface::SAFE_SYMBOLS;
57 return $this->core->random($this->generator, $size, $this->alphbet);
113 $id .= $this->alphbet[$rand*64 | 0];