Config
in package
Config
Tags
Table of Contents
Properties
- $code : string
- $field : string
- $id : int
- $name : string
- $options : string
- $updatedAt : DateTime
- $value : string
Methods
- getCode() : string
- Get code
- getField() : string
- Get field
- getId() : int
- Get id
- getName() : string
- Get name
- getOptions() : string
- Get options
- getUpdatedAt() : DateTime
- getValue() : string
- Get value
- setCode() : Config
- Set code
- setField() : Config
- Set field
- setName() : Config
- Set name
- setOptions() : Config
- Set options
- setUpdatedAtValue() : mixed
- setValue() : Config
- Set value
Properties
$code
private
string
$code
Tags
$field
private
string
$field
Tags
$id
private
int
$id
Tags
$name
private
string
$name
Tags
$options
private
string
$options
Tags
$updatedAt
private
DateTime
$updatedAt
Tags
$value
private
string
$value
Tags
Methods
getCode()
Get code
public
getCode() : string
Return values
stringgetField()
Get field
public
getField() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetName()
Get name
public
getName() : string
Return values
stringgetOptions()
Get options
public
getOptions() : string
Return values
stringgetUpdatedAt()
public
getUpdatedAt() : DateTime
Return values
DateTimegetValue()
Get value
public
getValue() : string
Return values
stringsetCode()
Set code
public
setCode(string $code) : Config
Parameters
- $code : string
Return values
ConfigsetField()
Set field
public
setField(string $field) : Config
Parameters
- $field : string
Return values
ConfigsetName()
Set name
public
setName(string $name) : Config
Parameters
- $name : string
Return values
ConfigsetOptions()
Set options
public
setOptions(array<string|int, mixed> $options) : Config
Parameters
- $options : array<string|int, mixed>
Return values
ConfigsetUpdatedAtValue()
public
setUpdatedAtValue() : mixed
Tags
setValue()
Set value
public
setValue(string $value) : Config
Parameters
- $value : string