PHP Class GraphAware\Reco4PHP\Config\KeyValueConfig

Inheritance: implements GraphAware\Reco4PHP\Config\Config
Show file Open project: graphaware/reco4php

Protected Properties

Property Type Description
$values array

Public Methods

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

Method Details

add() public method

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

contains() public method

public contains ( mixed $o ) : boolean
$o mixed
return boolean

containsKey() public method

public containsKey ( string $key ) : boolean
$key string
return boolean

get() public method

public get ( $key ) : mixed
$key
return mixed

Property Details

$values protected property

protected array $values
return array