コード例 #1
0
 public static function moveTreeItemAfterBySID($item_sid, $after_tree_item_sid)
 {
     return SJB_UserProfileFieldTreeManager::moveItemAfterBySID($item_sid, $after_tree_item_sid);
 }