r4130 - trunk/plugins/ullCorePlugin/lib/form/widget

0 views
Skip to first unread message

s...@ull.at

unread,
Jul 9, 2014, 3:36:15 AM7/9/14
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);
+ }

}

Reply all
Reply to author
Forward
0 new messages