\ManaPHP\ConfigurationConfigureInterface

Summary

Methods
Constants
load()
getParam()
registerAliases()
registerComponents()
registerTracers()
registerCommands()
registerAspects()
registerServices()
registerPlugins()
registerListeners()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

load()

load(string  $file = '@config/app.php') : static

Parameters

string $file

Returns

static

getParam()

getParam(string  $name, mixed  $default = null) : mixed

Parameters

string $name
mixed $default

Returns

mixed

registerAliases()

registerAliases() : static

Returns

static

registerComponents()

registerComponents() : static

Returns

static

registerTracers()

registerTracers() : static

Returns

static

registerCommands()

registerCommands() : static

Returns

static

registerAspects()

registerAspects() : static

Returns

static

registerServices()

registerServices() : static

Returns

static

registerPlugins()

registerPlugins() : static

Returns

static

registerListeners()

registerListeners() : static

Returns

static