PHP Class App\Main\Providers\RouterServiceProvider

Inheritance: extends Clarity\Providers\ServiceProvider, implements Clarity\Contracts\Providers\ModuleInterface
Show file Open project: phalconslayer/slayer

Protected Properties

Property Type Description
$alias
$shared

Public Methods

Method Description
afterModuleRun ( ) {@inherit}
module ( Phalcon\Di\FactoryDefault $di ) {@inherit}
register ( ) {@inherit}

Method Details

afterModuleRun() public method

{@inherit}
public afterModuleRun ( )

module() public method

{@inherit}
public module ( Phalcon\Di\FactoryDefault $di )
$di Phalcon\Di\FactoryDefault

register() public method

{@inherit}
public register ( )

Property Details

$alias protected property

protected $alias

$shared protected property

protected $shared