ad_method (public, deprecated)
ad_method method_name type argblock docblock body
Defined in packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Defines a method for type based dispatch. This method can be called using
ad_call_method
. The first arg to the method is the target on which the type dispatch happens. Use this with care.
- Parameters:
- method_name (required)
- the method name
- type (required)
- the type for which this method will be used
- argblock (required)
- the argument description block, is passed to ad_proc
- docblock (required)
- the documentation block, is passed to ad_proc
- body (required)
- the body, is passed to ad_proc
- See Also:
- ad_proc
- xotcl-core package offers a real ORM interface for acs_object types
- NSF idioms
- OO Tcl idioms
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc ad_method d_proc ${method_name}__$type $argblock $docblock $bodyXQL Not present: Generic, PostgreSQL, Oracle