Legend of the Green Dragon

LotgdControllerInterface

Interface for migrating module to bundle.

Implement in your Bundle controllers that need use runmodule.php

  • Replace runmodule.php?module=MODULE_NAME for runmodule.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

Search results