• Publicity: Public Only All

bug-tracker-notification-procs.tcl


Procedures in this file

Detailed information

bug_tracker::notification::get_url (public)

 bug_tracker::notification::get_url object_id
Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

bug_tracker::notification::process_reply (public)

 bug_tracker::notification::process_reply reply_id
Parameters:
reply_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ hide source ]

Content File Source

#
# Procedures of the Bug Tracker application related
# to notifications.
#
# @author Peter Marklund (peter@collaboraid.biz)

namespace eval bug_tracker::notification {

    d_proc -public get_url {
        object_id
    } {
        # Todo: Implement this proc
    }

    d_proc -public process_reply {
        reply_id
    } {
        # Todo: Implement this proc
    }    
}