wiki.techinc.nl/includes/gallery
Thiemo Kreuz 20b2c5000d Make use of array deconstruction directly in foreach, if possible
Deconstructing non-sparse, numerically indexed arrays directly in
foreach (a.k.a. using the list() syntax in foreach) is possible since
PHP 5.5.

The possibility to use string array keys as well as non-sequential
numeric keys in array deconstruction was added in PHP 7.1.

Change-Id: I56a48552a45f61cedc291b306cad8548fc70d485
2020-11-12 18:38:06 +00:00
..
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
ImageGalleryBase.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
NolinesImageGallery.php
PackedHoverImageGallery.php Move PackedHoverImageGallery from PackedOverlayImageGallery.php 2019-04-06 14:12:02 +02:00
PackedImageGallery.php Add missing visibility on methods/consts of gallery related classes 2020-05-10 22:13:22 +00:00
PackedOverlayImageGallery.php Move PackedHoverImageGallery from PackedOverlayImageGallery.php 2019-04-06 14:12:02 +02:00
SlideshowImageGallery.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
TraditionalImageGallery.php Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00