GraphAware\Reco4PHP\Config\KeyValueConfig::add PHP Method

add() public method

public add ( string $key, mixed $value )
$key string
$value mixed
    public function add($key, $value)
    {
        $this->values[$key] = $value;
    }