PHP Class Kimai_ArrayObject

Inheritance: extends ArrayObject
Afficher le fichier Open project: kimai/kimai Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

get() public méthode

public get ( $key, mixed $default = null ) : mixed | null
$key
$default mixed
Résultat mixed | null

has() public méthode

public has ( $key ) : boolean
$key
Résultat boolean

set() public méthode

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