Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EventTriggered WhenDefault Event HandlerParametersReturns
AppControllerAppcontroller.preActionA URI is requestedEventsAppControllerCallback::preAction()voidvoid
Users.loginA user logs inEventsUsersCallback::login()void
  • user - An object representing the user that successfully logged in
void
Users.logoutA user logs outEventsUsersCallback::logout()void
  • user_id - The ID of the user attempting to log out
void
Navigation.getSearchOptionsStaff search options are displayedEventsNavigationCallback::getSearchOptions()
  • options - A key/value pair of search options where each key is the URI to redirect search queries to and the value is the name of the search option. When implemented, the event handler should modify the options parameter using EventObject::setParams().
void