PHP Class Jarves\Configuration\SimpleModel

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

Protected Properties

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

Méthodes publiques

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

Method Details

getId() public méthode

public getId ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

setId() public méthode

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

$id protected_oe property

protected string $id
Résultat string

$nodeValueVar protected_oe property

protected $nodeValueVar

$value protected_oe property

protected string $value
Résultat string