Home
last modified time | relevance | path

Searched refs:CoreInterface (Results 1 – 3 of 3) sorted by path

/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php22 * @var CoreInterface $core Core dynamic random
42 $this->alphbet = CoreInterface::SAFE_SYMBOLS;
70 * @param string $alphabet default CoreInterface::SAFE_SYMBOLS
75 $alphabet = $alphabet?:CoreInterface::SAFE_SYMBOLS;
H A DCore.php4 class Core implements CoreInterface
10 public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBOLS)
H A DCoreInterface.php4 interface CoreInterface interface
18 public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBOLS);