1 | <?php |
||
19 | class Field_ImageList extends Field_FileList |
||
|
|||
20 | { |
||
21 | /** |
||
22 | * The form field type. |
||
23 | * |
||
24 | * @var string |
||
25 | * @since 1.0 |
||
26 | */ |
||
27 | public $type = 'ImageList'; |
||
28 | |||
29 | /** |
||
30 | * Method to get the list of images field options. |
||
31 | * Use the filter attribute to specify allowable file extensions. |
||
32 | * |
||
33 | * @return array The field option objects. |
||
34 | * |
||
35 | * @since 1.0 |
||
36 | */ |
||
37 | protected function getOptions() |
||
48 | } |
||
49 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.