xowiki::Page proc find_slot

 xowiki::Page[i] find_slot

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_slot_interactions slot_interactions (test ) xowiki::Page proc find_slot xowiki::Page proc find_slot test_slot_interactions->xowiki::Page proc find_slot test_xowiki xowiki (test ) test_xowiki->xowiki::Page proc find_slot

Testcases:
slot_interactions, xowiki
Source code:
foreach cl [list $start_class {*}[$start_class info heritage]] {
  set slotobj ${cl}::slot::$name
  if {[nsf::is object $slotobj]} {
    #:msg $slotobj
    return $slotobj
  }
}
return ""
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: