Documentation

ConfigurationInterface
in

Interface for reading configuration values

Table of Contents

Methods

exists()  : bool
get()  : mixed

Methods

exists()

public exists(string $key) : bool
Parameters
$key : string

Configuration option path/key

Tags
psalm-param

non-empty-string $key

throws
ValidationException

if the schema failed to validate the given input

Return values
bool

Whether the given option exists


        
On this page

Search results