Argentum Events

If the event has a $data array passed to the event, it will be listed in parenthesis.

  • argentum.nav_links_display - Runs in the navigation menu. Allows you to display nav links for your module
  • argentum.body_display - Runs at the end of the main body content. Allows you to display html at the bottom of pages
  • argentum.ticket_create - Runs when a ticket is created ($ticket, the ticket model)
  • argentum.ticket_update - Runs when a ticket is updated ($ticket, the ticket model)
  • argentum.ticket_close - Runs when a ticket is closed ($ticket, the ticket model)
  • argentum.ticket_delete - Runs when a ticket is deleted ($ticket, the ticket model)
  • argentum.project_create - Runs when a project is created ($project, the project model)
  • argentum.ticket_time - Runs when time is added to a ticket ($time, the time model)
  • argentum.user_settings_save - Runs when a user saves their profile settings (array($user, $settings), user model, and posted settings form)
  • argentum.system_settings_display - Runs at the end of the admin menu
  • argentum.user_settings_display - Runs when the user settings display
  • argentum.invoice_view - Runs when the system displays an invoice ($invoice, the invoice model)