phpDocumentor MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Procedural File: bug_actiongroup_add_note_inc.php

Source Location: /bug_actiongroup_add_note_inc.php

Page Details
Copyright:  Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
Copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Link:  http://www.mantisbt.org
Functions
action_add_note_print_fields  [line 40]

void action_add_note_print_fields( )

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.



[ Top ]
action_add_note_print_title  [line 27]

void action_add_note_print_title( )

Prints the title for the custom action page.



[ Top ]
action_add_note_process  [line 103]

true|array action_add_note_process( $p_bug_id $p_bug_id  )

Executes the custom action on the specified bug id.

Parameters:
$p_bug_id   $p_bug_id:  The bug id to execute the custom action on.

API Tags:
Return:  Action executed successfully., ( bug_id => reason for failure )


[ Top ]
action_add_note_validate  [line 72]

true|array action_add_note_validate( $p_bug_id  )

Validates the action on the specified bug id.

Parameters:
   $p_bug_id: 

API Tags:
Return:  Action can be applied., ( bug_id => reason for failure )


[ Top ]


Documentation generated on Sun, 05 Apr 2009 23:00:56 +0100 by phpDocumentor 1.4.1