LotgdControllerInterface
in
Interface for migrating module to bundle.
Implement in your Bundle controllers that need use runmodule.php
- Replace
runmodule.php?module=MODULE_NAME
forrunmodule.php?controller=CONTROLLER_NAME&method=METHOD_NAME
Table of Contents
- allowAnonymous() : bool
- Allow anonymous user acces to this controller?
- overrideForcedNav() : bool
- Override forced nav?.
Methods
allowAnonymous()
Allow anonymous user acces to this controller?
public
allowAnonymous() : bool
Return values
bool —overrideForcedNav()
Override forced nav?.
public
overrideForcedNav() : bool