PasswordGenerator implements PasswordGeneratorInterface
Read onlyYes
FinalYes
only to be used within ext:core, not part of TYPO3 Core API.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Interfaces
- PasswordGeneratorInterface
- This is an interface that has to be used by all password generators.
Methods
- __construct() : mixed
- generate() : string
Methods
__construct()
public
__construct(Random $random) : mixed
Parameters
- $random : Random
generate()
public
generate(array<string|int, mixed> $options) : string
Parameters
- $options : array<string|int, mixed>