acs_sc_call (private, deprecated)
acs_sc_call [ -error ] contract operation [ arguments ] [ impl ]
Defined in packages/acs-service-contract/tcl/acs-service-contract-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Additional documentation and commentary at http://openacs.org/forums/message-view?message_id=108614.
- Switches:
- -error (optional, boolean)
- If specified, will throw an error if the operation isn't implemented.
- Parameters:
- contract (required)
- the contract name
- operation (required)
- the method to invoke
- arguments (optional)
- list of arguments to pass to the method
- impl (optional)
- the implementation name.
- Author:
- Neophytos Demetriou
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.