PHP Class Hackzilla\PasswordGenerator\Model\Option\Option

Inheritance: implements OptionInterface
Afficher le fichier Open project: hackzilla/password-generator Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $settings = [] )
createFromType ( $type, array $settings = [] )
getValue ( )
setValue ( mixed $value ) Set option value.

Method Details

__construct() public méthode

public __construct ( array $settings = [] )
$settings array

createFromType() public static méthode

public static createFromType ( $type, array $settings = [] )
$settings array

getValue() public méthode

public getValue ( )

setValue() public méthode

Set option value.
public setValue ( mixed $value )
$value mixed