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

Procedural File: bug_actiongroup_attach_tags_inc.php

Source Location: /bug_actiongroup_attach_tags_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
Includes
require_once (tag_api.php) [line 29]

Requires Tag API

[ Top ]


Functions
action_attach_tags_print_fields  [line 44]

void action_attach_tags_print_fields( )

Prints the table and form for the Attach Tags group action page.



[ Top ]
action_attach_tags_print_title  [line 34]

void action_attach_tags_print_title( )

Prints the title for the custom action page.



[ Top ]
action_attach_tags_process  [line 102]

boolean action_attach_tags_process( integer $p_bug_id  )

Attaches all the tags to each bug in the group action.

Parameters:
integer   $p_bug_id:  Bug ID

API Tags:
Return:  True if all tags attach properly


[ Top ]
action_attach_tags_validate  [line 58]

boolean action_attach_tags_validate( integer $p_bug_id  )

Validates the Attach Tags group action.

Gets called for every bug, but performs the real tag validation only the first time. Any invalid tags will be skipped, as there is no simple or clean method of presenting these errors to the user.

Parameters:
integer   $p_bug_id:  Bug ID

API Tags:
Return:  True


[ Top ]


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