PHP Class Jarves\Configuration\SimpleModel

Model with two fields: id and value. $value
Inheritance: extends Model
Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$arrayKey
$attributes
$id string
$nodeValueVar
$value string

Public Methods

Method Description
getId ( ) : string
getValue ( ) : string
setId ( string $id )
setValue ( string $value )
toArray ( $printDefaults = false )

Method Details

getId() public method

public getId ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

setId() public method

public setId ( string $id )
$id 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

$id protected property

protected string $id
return string

$nodeValueVar protected property

protected $nodeValueVar

$value protected property

protected string $value
return string