PHP Class CacheTool\Console\Config

Inheritance: implements ArrayAccess
Afficher le fichier Open project: gordalina/cachetool

Méthodes publiques

Méthode Description
__construct ( array $config = [] )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public méthode

public __construct ( array $config = [] )
$config array

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )