/**
phpDox
Overview
Namespaces
Interfaces
Classes
Traits
Source
Overview
Interfaces
Aviat\Ion
ConfigInterface
Introduction
Synopsis
Violations
Methods
Source
Aviat\Ion\
ConfigInterface
Standard interface for retrieving/setting configuration values
Synopsis
interface ConfigInterface {
// methods
public bool
has
()
public mixed
get
()
public
ConfigInterface
set
()
public void
delete
()
}
Methods
public
delete()
— Remove a config value
get()
— Get a config value
has()
— Does the config item exist?
set()
— Set a config value