xo::db::CrClass proc get_object_type (public)

 xo::db::CrClass[i] get_object_type [ -item_id item_id ] \
    [ -revision_id revision_id ]

Defined in packages/xotcl-core/tcl/cr-procs.tcl

Return the object type for an item_id or revision_id.

Switches:
-item_id
(optional)
-revision_id
(defaults to "0") (optional)
Returns:
object_type typically an XOTcl class

Partial Call Graph (max 5 caller/called nodes):
%3 test_test_cr_items test_cr_items (test xotcl-core) xo::db::CrClass proc get_object_type xo::db::CrClass proc get_object_type test_test_cr_items->xo::db::CrClass proc get_object_type test_test_xo_db_object test_xo_db_object (test xotcl-core) test_test_xo_db_object->xo::db::CrClass proc get_object_type

Testcases:
test_xo_db_object, test_cr_items
[ show source ]
Show another procedure: