PHP Interface ManaPHP\Mvc\ModuleInterface

Afficher le fichier Open project: manaphp/manaphp Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

registerServices() public méthode

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