Documentation

DirectorProvider extends Provider
in package

The director provider class registers the commands that spitfire provides to applications using it.

Tags
author

César de la Cal Bretschneider cesar@magic3w.com

Table of Contents

$container  : Container
__construct()  : mixed
init()  : mixed
Use this to initialize your services, register published resources etc.
register()  : mixed
Implementations of this function must only register services. Performing other operations may lead to unexpected behavior.

Properties

$container

protected Container $container

Methods

__construct()

public __construct(Container $container) : mixed
Parameters
$container : Container
Return values
mixed

init()

Use this to initialize your services, register published resources etc.

public init() : mixed
Return values
mixed

register()

Implementations of this function must only register services. Performing other operations may lead to unexpected behavior.

public register() : mixed
Return values
mixed

Search results