Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Hackzilla
PasswordGenerator
Generator
DummyPasswordGenerator
PHP Class Hackzilla\PasswordGenerator\Generator\DummyPasswordGenerator
Inheritance:
extends
AbstractPasswordGenerator
Show file
Open project: hackzilla/password-generator
Public Methods
Method
Description
__construct
( )
generatePassword
( )
getLength
( ) :
integer
Password length.
setLength
(
integer
$characterCount
)
Set length of desired password(s).
Method Details
__construct()
public
method
public
__construct
( )
generatePassword()
public
method
public
generatePassword
( )
getLength()
public
method
Password length.
public
getLength
( ) :
integer
return
integer
setLength()
public
method
Set length of desired password(s).
public
setLength
(
integer
$characterCount
)
$characterCount
integer