ConfigurationInterface
in
Interface for reading configuration values
Table of Contents
Methods
Methods
exists()
public
exists(string $key) : bool
Parameters
- $key : string
-
Configuration option path/key
Tags
Return values
bool —Whether the given option exists
get()
public
get(string $key) : mixed
Parameters
- $key : string
-
Configuration option path/key