acs_magic_object (public)

 acs_magic_object name

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

Returns the object ID of a magic object.

Parameters:
name - the name of the magic object (as listed in the acs_magic_objects table).
Returns:
the object ID.
Error:
if no object exists with that magic name.

Partial Call Graph (max 5 caller/called nodes):
%3 test_magic_objects magic_objects (test acs-tcl) acs_magic_object acs_magic_object test_magic_objects->acs_magic_object acs_lookup_magic_object_no_cache acs_lookup_magic_object_no_cache (private) acs_magic_object->acs_lookup_magic_object_no_cache acs::test::user::create acs::test::user::create (public) acs::test::user::create->acs_magic_object acs_user::get_user_info_not_cached acs_user::get_user_info_not_cached (private) acs_user::get_user_info_not_cached->acs_magic_object acs_user::site_wide_admin_p acs_user::site_wide_admin_p (public) acs_user::site_wide_admin_p->acs_magic_object apm_mount_core_packages apm_mount_core_packages (private) apm_mount_core_packages->acs_magic_object auth::test::get_admin_user_id auth::test::get_admin_user_id (private) auth::test::get_admin_user_id->acs_magic_object

Testcases:
magic_objects
[ show source ]
Show another procedure: