PHP Class Bolt\Configuration\ConfigurationValueProxy

Author: Ross Riley ([email protected])
Inheritance: implements ArrayAcces\ArrayAccess, implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: bolt/bolt

Protected Properties

Свойство Type Description
$checked boolean
$config Bolt\Config
$data mixed | null
$default mixed | null
$path string

Méthodes publiques

Méthode Description
__construct ( Config $config, string $path, mixed $default = null ) Constructor.
getData ( ) : array Get the data of the loaded config
getSubscribedEvents ( )
initialize ( ) Initialize the configuration value.
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
onKernelRequest ( ) Kernel request event callback.

Method Details

__construct() public méthode

Constructor.
public __construct ( Config $config, string $path, mixed $default = null )
$config Bolt\Config
$path string
$default mixed

getData() public méthode

Get the data of the loaded config
public getData ( ) : array
Résultat array

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

initialize() public méthode

Initialize the configuration value.
public initialize ( )

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 )

onKernelRequest() public méthode

Kernel request event callback.
public onKernelRequest ( )

Property Details

$checked protected_oe property

protected bool $checked
Résultat boolean

$config protected_oe property

protected Config,Bolt $config
Résultat Bolt\Config

$data protected_oe property

protected mixed|null $data
Résultat mixed | null

$default protected_oe property

protected mixed|null $default
Résultat mixed | null

$path protected_oe property

protected string $path
Résultat string