1 | <?php |
||
6 | class FrmEntryMetaDeprecated { |
||
7 | |||
8 | /** |
||
9 | * @deprecated 2.03.05 |
||
10 | */ |
||
11 | public static function add_entry_meta( $entry_id, $field_id, $meta_key = null, $meta_value ) { |
||
16 | |||
17 | /** |
||
18 | * @deprecated 2.03.05 |
||
19 | */ |
||
20 | public static function update_entry_meta( $entry_id, $field_id, $meta_key = null, $meta_value ) { |
||
25 | |||
26 | /** |
||
27 | * @deprecated 2.03.05 |
||
28 | */ |
||
29 | public static function update_entry_metas( $entry_id, $values ) { |
||
34 | |||
35 | /** |
||
36 | * @deprecated 2.03.05 |
||
37 | */ |
||
38 | public static function duplicate_entry_metas( $old_id, $new_id ) { |
||
42 | |||
43 | /** |
||
44 | * @deprecated 2.03.05 |
||
45 | */ |
||
46 | public static function delete_entry_meta( $entry_id, $field_id ) { |
||
51 | |||
52 | /** |
||
53 | * @deprecated 2.03.05 |
||
54 | */ |
||
55 | public static function clear_cache() { |
||
59 | |||
60 | /** |
||
61 | * @deprecated 2.03.05 |
||
62 | */ |
||
63 | public static function get_meta_value( $entry, $field_id ) { |
||
68 | |||
69 | /** |
||
70 | * @deprecated 2.03.05 |
||
71 | */ |
||
72 | public static function get_entry_meta_by_field( $entry_id, $field_id ) { |
||
77 | |||
78 | /** |
||
79 | * @deprecated 2.03.05 |
||
80 | */ |
||
81 | public static function get_entry_metas_for_field( $field_id, $order = '', $limit = '', $args = array() ) { |
||
86 | |||
87 | /** |
||
88 | * @deprecated 2.03.05 |
||
89 | */ |
||
90 | public static function get_entry_meta_info( $entry_id ) { |
||
95 | |||
96 | /** |
||
97 | * @deprecated 2.03.05 |
||
98 | */ |
||
99 | public static function getAll( $where = array(), $order_by = '', $limit = '', $stripslashes = false ) { |
||
104 | |||
105 | /** |
||
106 | * @deprecated 2.03.05 |
||
107 | */ |
||
108 | public static function getEntryIds( $where = array(), $order_by = '', $limit = '', $unique = true, $args = array() ) { |
||
113 | |||
114 | /** |
||
115 | * @deprecated 2.03.05 |
||
116 | */ |
||
117 | public static function search_entry_metas( $search, $field_id = '', $operator ) { |
||
122 | } |
||
123 |