示例#1
0
 public static function get_D2D_relations($Delivery_UID, $user)
 {
     return refRelation::get_relations_of_object($Delivery_UID, 'R_LD2D', 'Delivery::get_Delivery_details', $user);
 }
示例#2
0
 public static function get_relations_of_term($term_UID, $lang = '')
 {
     return refRelation::get_relations_of_object($term_UID, 'R_Lt2t', 'term::get_term_by_UID', $lang);
 }
示例#3
0
 public static function get_K2K_relations($Kbit_UID, $user)
 {
     return refRelation::get_relations_of_object($Kbit_UID, 'R_LK2K', 'Kbit::get_Kbit_details', $user);
 }
示例#4
0
 public static function get_relations_of_scope($scope_UID)
 {
     return refRelation::get_relations_of_object($scope_UID, 'R_Ls2s', 'scope::get_scope_by_UID');
 }