Overview

Namespaces

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

Classes

  • AbstractDependantProvider
  • AbstractProvider

Interfaces

  • ConsoleProviderInterface
  • DependantProviderInterface
  • ProviderInterface

Exceptions

  • ProviderException
  • Overview
  • Namespace
  • Class

Interface DependantProviderInterface

Autarky\Providers\DependantProviderInterface implements Autarky\Providers\ProviderInterface

Direct known implementers

Autarky\Providers\AbstractDependantProvider
Namespace: Autarky\Providers
Located at Providers/DependantProviderInterface.php
Methods summary
public string[]
# getClassDependencies( )

Get the classes the provider depends on.

Get the classes the provider depends on.

Returns

string[]
public string[]
# getContainerDependencies( )

Get the types the container must have bound.

Get the types the container must have bound.

Returns

string[]
public string[]
# getProviderDependencies( )

Get the class names of other providers the provider depends on.

Get the class names of other providers the provider depends on.

Returns

string[]
Methods inherited from Autarky\Providers\ProviderInterface
register()
Autarky Framework API documentation generated by ApiGen