\Vegas\MvcModuleAbstract

Class ModuleAbstract

Summary

Methods
Properties
Constants
registerAutoloaders()
registerControllerScopesAutoloader()
registerServices()
No public properties found
No constants found
registerDispatcher()
registerPlugins()
registerViewComponent()
$namespace
$dir
N/A
No private methods found
No private properties found
N/A

Properties

$namespace

$namespace : string

Current module namespace

Type

string

$dir

$dir : string

Current directory name

Type

string

Methods

registerAutoloaders()

registerAutoloaders()

Registers module autoloaders

registerControllerScopesAutoloader()

registerControllerScopesAutoloader()

Registers controllers scopes

registerServices()

registerServices(\Phalcon\DiInterface $di)

Registers dispatcher, view, application plugins

Parameters

\Phalcon\DiInterface $di

registerDispatcher()

registerDispatcher( $di)

Registers default dispatcher

Parameters

$di

registerPlugins()

registerPlugins( $di)

Registers application plugins

Parameters

$di

registerViewComponent()

registerViewComponent( $di)

Registers views

Parameters

$di