| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org |
| Copyright: | Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net |
| File Size: | 131 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| action_add_note_print_title() X-Ref |
| Prints the title for the custom action page. |
| action_add_note_print_fields() X-Ref |
| Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code. A row has two columns. |
| action_add_note_validate( $p_bug_id ) X-Ref |
| Validates the action on the specified bug id. return: string|null On failure: the reason why the action could not be validated. On success: null. |
| action_add_note_process( $p_bug_id ) X-Ref |
| Executes the custom action on the specified bug id. param: $p_bug_id The bug id to execute the custom action on. return: null Previous validation ensures that this function doesn't fail. Therefore we can always return null to indicate no errors occurred. |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |