1 | <?php |
||
6 | class FrmFieldDeprecated { |
||
7 | |||
8 | /** |
||
9 | * @deprecated 2.03.05 |
||
10 | */ |
||
11 | public static function field_selection() { |
||
16 | |||
17 | /** |
||
18 | * @deprecated 2.03.05 |
||
19 | */ |
||
20 | public static function pro_field_selection() { |
||
25 | |||
26 | /** |
||
27 | * @deprecated 2.03.05 |
||
28 | */ |
||
29 | public static function create( $values, $return = true ) { |
||
34 | |||
35 | /** |
||
36 | * @deprecated 2.03.05 |
||
37 | */ |
||
38 | public static function duplicate( $old_form_id, $form_id, $copy_keys = false, $blog_id = false ) { |
||
42 | |||
43 | /** |
||
44 | * @deprecated 2.03.05 |
||
45 | */ |
||
46 | public static function update( $id, $values ) { |
||
51 | |||
52 | /** |
||
53 | * @deprecated 2.03.05 |
||
54 | */ |
||
55 | public static function destroy( $id ) { |
||
60 | |||
61 | /** |
||
62 | * @deprecated 2.03.05 |
||
63 | */ |
||
64 | public static function delete_form_transient( $form_id ) { |
||
69 | |||
70 | /** |
||
71 | * @deprecated 2.03.05 |
||
72 | */ |
||
73 | public static function maybe_get_field( &$field ) { |
||
77 | |||
78 | /** |
||
79 | * @deprecated 2.03.05 |
||
80 | */ |
||
81 | public static function getOne( $id ) { |
||
86 | |||
87 | /** |
||
88 | * @deprecated 2.03.05 |
||
89 | */ |
||
90 | public static function get_type( $id, $col = 'type' ) { |
||
95 | |||
96 | /** |
||
97 | * @deprecated 2.03.05 |
||
98 | */ |
||
99 | public static function get_all_types_in_form( $form_id, $type, $limit = '', $inc_sub = 'exclude' ) { |
||
104 | |||
105 | /** |
||
106 | * @deprecated 2.03.05 |
||
107 | */ |
||
108 | public static function get_all_for_form( $form_id, $limit = '', $inc_embed = 'exclude', $inc_repeat = 'include' ) { |
||
113 | |||
114 | /** |
||
115 | * @deprecated 2.03.05 |
||
116 | */ |
||
117 | public static function include_sub_fields( &$results, $inc_embed, $type = 'all' ) { |
||
121 | |||
122 | /** |
||
123 | * @deprecated 2.03.05 |
||
124 | */ |
||
125 | public static function getAll( $where = array(), $order_by = '', $limit = '', $blog_id = false ) { |
||
130 | |||
131 | /** |
||
132 | * @deprecated 2.03.05 |
||
133 | */ |
||
134 | public static function is_no_save_field( $type ) { |
||
139 | |||
140 | /** |
||
141 | * @deprecated 2.03.05 |
||
142 | */ |
||
143 | public static function no_save_fields() { |
||
148 | |||
149 | /** |
||
150 | * @deprecated 2.03.05 |
||
151 | */ |
||
152 | public static function is_field_with_multiple_values( $field ) { |
||
157 | |||
158 | /** |
||
159 | * @deprecated 2.03.05 |
||
160 | */ |
||
161 | public static function is_multiple_select( $field ) { |
||
166 | |||
167 | /** |
||
168 | * @deprecated 2.03.05 |
||
169 | */ |
||
170 | public static function is_read_only( $field ) { |
||
175 | |||
176 | /** |
||
177 | * @deprecated 2.03.05 |
||
178 | */ |
||
179 | public static function is_required( $field ) { |
||
184 | |||
185 | /** |
||
186 | * @deprecated 2.03.05 |
||
187 | */ |
||
188 | public static function is_option_true( $field, $option ) { |
||
193 | |||
194 | /** |
||
195 | * @deprecated 2.03.05 |
||
196 | */ |
||
197 | public static function is_option_empty( $field, $option ) { |
||
202 | |||
203 | /** |
||
204 | * @deprecated 2.03.05 |
||
205 | */ |
||
206 | public static function is_option_true_in_array( $field, $option ) { |
||
211 | |||
212 | /** |
||
213 | * @deprecated 2.03.05 |
||
214 | */ |
||
215 | public static function is_option_true_in_object( $field, $option ) { |
||
220 | |||
221 | /** |
||
222 | * @deprecated 2.03.05 |
||
223 | */ |
||
224 | public static function is_option_empty_in_array( $field, $option ) { |
||
229 | |||
230 | /** |
||
231 | * @deprecated 2.03.05 |
||
232 | */ |
||
233 | public static function is_option_empty_in_object( $field, $option ) { |
||
238 | |||
239 | /** |
||
240 | * @deprecated 2.03.05 |
||
241 | */ |
||
242 | public static function is_option_value_in_object( $field, $option ) { |
||
247 | |||
248 | /** |
||
249 | * @deprecated 2.03.05 |
||
250 | */ |
||
251 | public static function get_option( $field, $option ) { |
||
256 | |||
257 | /** |
||
258 | * @deprecated 2.03.05 |
||
259 | */ |
||
260 | public static function get_option_in_array( $field, $option ) { |
||
265 | |||
266 | /** |
||
267 | * @deprecated 2.03.05 |
||
268 | */ |
||
269 | public static function get_option_in_object( $field, $option ) { |
||
274 | |||
275 | /** |
||
276 | * @deprecated 2.03.05 |
||
277 | */ |
||
278 | public static function is_repeating_field( $field ) { |
||
283 | |||
284 | /** |
||
285 | * @deprecated 2.03.05 |
||
286 | */ |
||
287 | public static function get_id_by_key( $key ) { |
||
292 | |||
293 | /** |
||
294 | * @deprecated 2.03.05 |
||
295 | */ |
||
296 | public static function get_key_by_id( $id ) { |
||
301 | |||
302 | } |