PHP Interface ManaPHP\Mvc\ModuleInterface

Datei anzeigen Open project: manaphp/manaphp Interface Usage Examples

Public Methods

Method Description
authorize ( string $controller, string $action ) : ManaPHP\Http\ResponseInterface | false | void
registerServices ( ManaPHP\DiInterface $dependencyInjector ) Registers services related to the module

Method Details

authorize() public method

public authorize ( string $controller, string $action ) : ManaPHP\Http\ResponseInterface | false | void
$controller string
$action string
return ManaPHP\Http\ResponseInterface | false | void

registerServices() public method

Registers services related to the module
public registerServices ( ManaPHP\DiInterface $dependencyInjector )
$dependencyInjector ManaPHP\DiInterface