$serviceLocator
$serviceLocator : \Pivot\Core\App\Pivot\Core\Service\ServiceLocator
The service locator for the app. Also has configuration.
The Pivot App
__construct(object $pivotConfig, string $appMode = null, array $injectablePayload = array())
Boots up Pivot based on configuration and application mode
| object | $pivotConfig | Pivot\Core\Configuration\PivotConfig |
| string | $appMode | overrides the APPLICATION_MODE |
| array | $injectablePayload | Adds data to the request, like a queue payload |