PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | app/src/DataSources/Catalogs.php +4 -4 trunk1.9.2 View file →
@@ -14,9 +14,9 @@
14 14 * DataSource name
15 15 *
16 16 * @var string
17 17 */
18 - protected string $type = 'catalogs';
18 + protected $type = 'catalogs';
19 19
20 20 /**
21 21 * DataSource properties
22 22 *
@@ -21,9 +21,9 @@
21 21 * DataSource properties
22 22 *
23 23 * @var array
24 24 */
25 - protected array $properties = [];
25 + protected $properties = [];
26 26
27 27 /**
28 28 * Default input params for retrieving dataSource records
29 29 *
@@ -28,9 +28,9 @@
28 28 * Default input params for retrieving dataSource records
29 29 *
30 30 * @var array
31 31 */
32 - protected array $defaultInputParams = [];
32 + protected $defaultInputParams = [];
33 33
34 34 /**
35 35 * Asset groups of this DataSource
36 36 *
@@ -35,9 +35,9 @@
35 35 * Asset groups of this DataSource
36 36 *
37 37 * @var array
38 38 */
39 - protected array $assetGroupNames = [ 'catalog' ];
39 + protected $assetGroupNames = [ 'catalog' ];
40 40
41 41 /**
42 42 * Retrieves the list of records based on query params
43 43 *