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