Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Jarves
Configuration
SimpleKeyModel
PHP Class Jarves\Configuration\SimpleKeyModel
Model with two fields: key and value.
$value
Inheritance:
extends
Model
Mostrar archivo
Open project: jarves/jarves
Protected Properties
Property
Type
Description
$arrayKey
$attributes
$key
string
$nodeValueVar
$value
string
Public Methods
Method
Description
getKey
( ) :
string
getValue
( ) :
string
setKey
(
string
$key
)
setValue
(
string
$value
)
toArray
(
$printDefaults
= false )
Method Details
getKey()
public
method
public
getKey
( ) :
string
return
string
getValue()
public
method
public
getValue
( ) :
string
return
string
setKey()
public
method
public
setKey
(
string
$key
)
$key
string
setValue()
public
method
public
setValue
(
string
$value
)
$value
string
toArray()
public
method
public
toArray
(
$printDefaults
= false )
Property Details
$arrayKey
protected_oe property
protected
$arrayKey
$attributes
protected_oe property
protected
$attributes
$key
protected_oe property
protected
string
$key
return
string
$nodeValueVar
protected_oe property
protected
$nodeValueVar
$value
protected_oe property
protected
string
$value
return
string