PHP Class Jarves\Configuration\SimpleKeyModel

Model with two fields: key and value. $value
Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$arrayKey
$attributes
$key string
$nodeValueVar
$value string

Méthodes publiques

Méthode Description
getKey ( ) : string
getValue ( ) : string
setKey ( string $key )
setValue ( string $value )
toArray ( $printDefaults = false )

Method Details

getKey() public méthode

public getKey ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

setKey() public méthode

public setKey ( string $key )
$key string

setValue() public méthode

public setValue ( string $value )
$value string

toArray() public méthode

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
Résultat string

$nodeValueVar protected_oe property

protected $nodeValueVar

$value protected_oe property

protected string $value
Résultat string