Documentation

SpitFire
in package

Dispatcher class of Spitfire. Calls all the required classes for Spitfire to run.

Tags
author

César de la Cal cesar@magic3w.com

Table of Contents

$apps  : Cluster
$locations  : Locations
Provides quick access to different locations that the system will commonly use. This object is read only.
$provider  : Container
$publisher  : Publisher
__construct()  : mixed
apps()  : Cluster
Returns the collection containing the apps that spitfire has registered.
baseUrl()  : mixed
locations()  : Locations
provider()  : Container
Return the dependency container for this Spitfire instance. This container allows the application to inject behaviors into the
publisher()  : Publisher
Returns the publisher for spitfire. This object allows the applications to suggest pablishing resources to certain shared resources.

Properties

$locations

Provides quick access to different locations that the system will commonly use. This object is read only.

private Locations $locations

Methods

__construct()

public __construct() : mixed
Return values
mixed

apps()

Returns the collection containing the apps that spitfire has registered.

public apps() : Cluster

You can use the collection to query for a certain application by their url or classpath.

Return values
Cluster

baseUrl()

public static baseUrl() : mixed
Return values
mixed

provider()

Return the dependency container for this Spitfire instance. This container allows the application to inject behaviors into the

public provider() : Container
Return values
Container

publisher()

Returns the publisher for spitfire. This object allows the applications to suggest pablishing resources to certain shared resources.

public publisher() : Publisher
Return values
Publisher

Search results