xowiki::Page proc find_slot

 xowiki::Page[i] find_slot

Defined in

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: