s...@ull.at
unread,Jul 9, 2014, 3:36:15 AM7/9/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-07-09 09:36:14 +0200 (Wed, 09 Jul 2014)
New Revision: 4130
Modified:
trunk/plugins/ullCorePlugin/lib/form/widget/ullMetaWidgetGallery.class.php
Log:
Added getImagesAsArray() alias to ullMetaWidgetGallery
Modified: trunk/plugins/ullCorePlugin/lib/form/widget/ullMetaWidgetGallery.class.php
===================================================================
--- trunk/plugins/ullCorePlugin/lib/form/widget/ullMetaWidgetGallery.class.php 2014-07-08 08:40:31 UTC (rev 4129)
+++ trunk/plugins/ullCorePlugin/lib/form/widget/ullMetaWidgetGallery.class.php 2014-07-09 07:36:14 UTC (rev 4130)
@@ -295,5 +295,17 @@
return $path;
}
+
+
+ /**
+ * Alias for ullWidgetGalleryWrite::getImagesAsArray()
+ *
+ * @param string $string image paths, each on a new line
+ * @see ullWidgetGalleryWrite::getImagesAsArray()
+ */
+ public static function getImagesAsArray($string)
+ {
+ return ullWidgetGalleryWrite::getImagesAsArray($string);
+ }
}