Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • ConfigProvider
  • FileStore
  • LoaderFactory

Interfaces

  • ConfigInterface
  • LoaderInterface

Exceptions

  • LoadException
  • Overview
  • Namespace
  • Class

Class ConfigProvider

Provides config to the application.

This service provider is vital to the framework.

Autarky\Providers\AbstractProvider implements Autarky\Providers\ProviderInterface, Autarky\Providers\ConsoleProviderInterface
Extended by Autarky\Config\ConfigProvider
Namespace: Autarky\Config
Located at Config/ConfigProvider.php
Methods summary
public
# __construct( string $configPath )

Parameters

$configPath
The path in which config files are located.
public
# register( )

Register the service provider.

Register the service provider.

protected
# getConfigStore( )
protected
# getYamlCachePath( Autarky\Config\ConfigInterface $config = null )
Methods inherited from Autarky\Providers\AbstractProvider
registerConsole(), setApplication()
Properties summary
protected string $configPath

The path in which config files are located.

The path in which config files are located.

#
Properties inherited from Autarky\Providers\AbstractProvider
$app
Autarky Framework API documentation generated by ApiGen