PHP Class Hackzilla\PasswordGenerator\Model\Option\Option

Inheritance: implements OptionInterface
ファイルを表示 Open project: hackzilla/password-generator Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

createFromType() public static method

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

getValue() public method

public getValue ( )

setValue() public method

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