PHP Class Jarves\Configuration\SimpleKeyModel

Model with two fields: key and value. $value
Inheritance: extends Model
Show file 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 property

protected $arrayKey

$attributes protected property

protected $attributes

$key protected property

protected string $key
return string

$nodeValueVar protected property

protected $nodeValueVar

$value protected property

protected string $value
return string