An interface that provides the ability to set both the schema and configuration values
AbstractInterface
Methods |
An interface that provides the ability to set both the schema and configuration values
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
|
public abstract League\Config\MutableConfigurationInterface::set(string $key, $value) : void
|