Copied!

An interface that provides the ability to set both the schema and configuration values

AbstractInterface
Methods
public abstract League\Config\SchemaBuilderInterface::addSchema(string $key, Nette\Schema\Schema $schema) : void
 

Registers a new configuration schema at the given top-level key

public abstract League\Config\MutableConfigurationInterface::merge(array $config = []) : void
 
  • param array<string,mixed> $config
public abstract League\Config\MutableConfigurationInterface::set(string $key, $value) : void
 
  • param mixed $value
  • throws \UnknownOptionException if $key contains a nested path which doesn't point to an array value
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration