- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::xo::role::Role create ::xo::role::community_member
Methods (to be applied on the object)
is_member (scripted)
if {[info commands ::dotlrn_community::get_community_id] ne ""} { set community_id [dotlrn_community::get_community_id -package_id $package_id] if {$community_id ne ""} { return [::xo::cc cache [list dotlrn::user_is_community_member_p -user_id $user_id -community_id $community_id]] } } return 0
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables