\Omega\Routing\ServiceProvider RouterServiceProvider

Routing service provider class.

The RouterServiceProvider class provides a service binding for the Config class within the Omega framework. It allows you to easily access configuration parameters throughout your application.

Summary

Methods
Properties
Constants
bind
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Methods

bind()

bind(\Omega\Application\Application  $application) : void

Bind the configuration.

Binds an instance of the Config class to the application container, allowing you to resolve it using the config key.

Parameters

\Omega\Application\Application $application

Holds an instance of Application.

Returns

void —