PHP Interface Hackzilla\PasswordGenerator\Generator\PasswordGeneratorInterface

Show file Open project: hackzilla/password-generator Interface Usage Examples

Public Methods

Method Description
generatePassword ( )
generatePasswords ( $count = 1 )
getOption ( $option )
getOptionValue ( $option )
getOptions ( )
getParameter ( $parameter )
setOption ( $option, $optionSettings )
setOptionValue ( $option, $value )
setParameter ( $parameter, $value )

Method Details

generatePassword() public method

public generatePassword ( )

generatePasswords() public method

public generatePasswords ( $count = 1 )

getOption() public method

public getOption ( $option )

getOptionValue() public method

public getOptionValue ( $option )

getOptions() public method

public getOptions ( )

getParameter() public method

public getParameter ( $parameter )

setOption() public method

public setOption ( $option, $optionSettings )

setOptionValue() public method

public setOptionValue ( $option, $value )

setParameter() public method

public setParameter ( $parameter, $value )