PHP Class Kimai_ArrayObject

Inheritance: extends ArrayObject
Show file Open project: kimai/kimai Class Usage Examples

Public Methods

Method Description
add ( array $values ) Adds a bunch of new settings through an associative array.
get ( $key, mixed $default = null ) : mixed | null
has ( $key ) : boolean
set ( $key, $value )

Method Details

add() public method

Adds a bunch of new settings through an associative array.
public add ( array $values )
$values array

get() public method

public get ( $key, mixed $default = null ) : mixed | null
$key
$default mixed
return mixed | null

has() public method

public has ( $key ) : boolean
$key
return boolean

set() public method

public set ( $key, $value )
$key
$value