apm_callback_has_valid_args (public)

 apm_callback_has_valid_args -type type -proc_name proc_name

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Returns 1 if the specified callback proc of a certain type has a valid argument list in its definition and 0 otherwise. Assumes that the callback proc is defined with ad_proc.

Switches:
-type
(required)
-proc_name
(required)
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-admin/www/apm/version-callback-add-edit.tcl packages/acs-admin/ www/apm/version-callback-add-edit.tcl apm_callback_has_valid_args apm_callback_has_valid_args packages/acs-admin/www/apm/version-callback-add-edit.tcl->apm_callback_has_valid_args apm_arg_names_for_callback_type apm_arg_names_for_callback_type (public) apm_callback_has_valid_args->apm_arg_names_for_callback_type nsf::cmd::info nsf::cmd::info apm_callback_has_valid_args->nsf::cmd::info

Testcases:
No testcase defined.
[ show source ]
Show another procedure: