PHP Class GraphAware\Reco4PHP\Config\KeyValueConfig

Inheritance: implements GraphAware\Reco4PHP\Config\Config
Afficher le fichier Open project: graphaware/reco4php

Protected Properties

Свойство Type Description
$values array

Méthodes publiques

Méthode Description
add ( string $key, mixed $value )
contains ( mixed $o ) : boolean
containsKey ( string $key ) : boolean
get ( $key ) : mixed

Method Details

add() public méthode

public add ( string $key, mixed $value )
$key string
$value mixed

contains() public méthode

public contains ( mixed $o ) : boolean
$o mixed
Résultat boolean

containsKey() public méthode

public containsKey ( string $key ) : boolean
$key string
Résultat boolean

get() public méthode

public get ( $key ) : mixed
$key
Résultat mixed

Property Details

$values protected_oe property

protected array $values
Résultat array