abstract class Configuration (View source)

Properties

protected Capsule $container

Methods

__construct(Capsule $container)

Service constructor.

string
getName()

Get la service class name

void
create(Loader $config)

Create and configure the server or package

void
run()

Start the configured package

Details

__construct(Capsule $container)

Service constructor.

Parameters

Capsule $container

string getName()

Get la service class name

Return Value

string

abstract void create(Loader $config)

Create and configure the server or package

Parameters

Loader $config

Return Value

void

abstract void run()

Start the configured package

Return Value

void