示例#1
0
 public function set_recommend_scopes(Annotation_scope_collection $scope_coll)
 {
     $value = $scope_coll->export_json();
     $this->_CI_load('library', 'annotation/Annotation_feature_recommend_scope', 'annotation_feature_recommend_scope');
     $feature_type_id = $this->CI->annotation_feature_recommend_scope->get_type_id();
     //test_msg('set_recommend_scopes', $value);
     $this->set_feature($feature_type_id, $value);
     return $this;
 }