Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Hackzilla
PasswordGenerator
Model
Option
Option
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