Class Module_admin_tickets

Description

Module page class.

Located in /adminzone/pages/modules/admin_tickets.php (line 24)


	
			
Method Summary
tempcode add_ticket_type ()
tempcode edit_ticket_type ()
?array get_entry_points ()
?array info ()
string parse_send_sms_to_input (string $_usernames)
string rev_parse_send_sms_to_input (string $_member_ids)
tempcode run ()
tempcode ticket_type_interface ()
tempcode _edit_ticket_type ()
Methods
add_ticket_type (line 180)

The actualiser to add a ticket type.

  • return: The UI
tempcode add_ticket_type ()
edit_ticket_type (line 202)

The UI to edit a ticket.

  • return: The UI
tempcode edit_ticket_type ()
get_entry_points (line 49)

Standard modular entry-point finder function.

  • return: A map of entry points (type-code=>language-code) (NULL: disabled).
?array get_entry_points ()
info (line 32)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
parse_send_sms_to_input (line 134)

Takes a comma-separated list of member usernames, splits it up, converts all the member names to IDs, and puts it all back together again.

  • return: A comma-separated list of member IDs
string parse_send_sms_to_input (string $_usernames)
  • string $_usernames: A comma-separated list of usernames
rev_parse_send_sms_to_input (line 161)

Reverse of parse_send_sms_to_input.

  • return: A comma-separated list of member usernames
string rev_parse_send_sms_to_input (string $_member_ids)
  • string $_member_ids: A comma-separated list of member IDs
run (line 59)

Standard modular run function.

  • return: The result of execution.
tempcode run ()
ticket_type_interface (line 84)

The UI to choose a ticket type to edit, or to add a ticket.

  • return: The UI
tempcode ticket_type_interface ()
_edit_ticket_type (line 233)

The actualiser to edit/delete a ticket type.

  • return: The UI
tempcode _edit_ticket_type ()

Documentation generated on Sun, 02 Jan 2011 23:08:09 +0000 by phpDocumentor 1.4.3