InstallModule::beforeControllerAction PHP Method

beforeControllerAction() public method

public beforeControllerAction ( $controller, $action )
    public function beforeControllerAction($controller, $action)
    {
        if (parent::beforeControllerAction($controller, $action)) {
            return true;
        } else {
            return false;
        }
    }