Пример #1
0
 public static function getIndexFieldsMap()
 {
     if (!self::$fieldsMap) {
         self::$fieldsMap = array('parent_id' => 'parentId', 'entry_id' => 'entryId', 'name' => 'name', 'system_name' => 'systemName', 'text' => 'text', 'tags' => 'tags', 'roots' => 'roots', 'int_cue_point_id' => 'indexedId', 'cue_point_int_id' => 'intId', 'partner_id' => 'partnerId', 'start_time' => 'startTime', 'end_time' => 'endTime', 'duration' => 'duration', 'cue_point_status' => 'status', 'cue_point_type' => 'type', 'sub_type' => 'subType', 'kuser_id' => 'kuserId', 'partner_sort_value' => 'partnerSortValue', 'depth' => 'depth', 'children_count' => 'childrenCount', 'direct_children_count' => 'directChildrenCount', 'force_stop' => 'forceStop', 'created_at' => 'createdAt', 'updated_at' => 'updatedAt', 'str_entry_id' => 'entryId', 'str_cue_point_id' => 'id', 'is_public' => 'isPublic');
     }
     return self::$fieldsMap;
 }