Completed
Pull Request — dev (#67)
by
unknown
01:52
created
lib/class.erfxsltutilities.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -7,6 +7,12 @@
 block discarded – undo
7 7
 	if(!defined("__IN_SYMPHONY__")) die("<h2>Error</h2><p>You cannot directly access this file</p>");
8 8
 	
9 9
 	class ERFXSLTUTilities {
10
+
11
+		/**
12
+		 * @param string $mode
13
+		 *
14
+		 * @return string
15
+		 */
10 16
 		public static function processXSLT($parentField, $entry, $entrySectionHandle, $entryFields, $mode, $debug = false, $select = 'entry', $position = 0)
11 17
 		{
12 18
 			$date = new DateTime();
Please login to merge, or discard this patch.
fields/field.entry_relationship.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -1756,6 +1756,9 @@  discard block
 block discarded – undo
1756 1756
 			return true;
1757 1757
 		}
1758 1758
 
1759
+		/**
1760
+		 * @return string
1761
+		 */
1759 1762
 		public static function update_103()
1760 1763
 		{
1761 1764
 			// $tbl = self::FIELD_TBL_NAME;
@@ -1779,6 +1782,9 @@  discard block
 block discarded – undo
1779 1782
 				->success();
1780 1783
 		}
1781 1784
 
1785
+		/**
1786
+		 * @return string
1787
+		 */
1782 1788
 		public static function update_200()
1783 1789
 		{
1784 1790
 			// $tbl = self::FIELD_TBL_NAME;
@@ -1845,6 +1851,9 @@  discard block
 block discarded – undo
1845 1851
 				->success();
1846 1852
 		}
1847 1853
 
1854
+		/**
1855
+		 * @return string
1856
+		 */
1848 1857
 		public static function update_2008()
1849 1858
 		{
1850 1859
 			// $tbl = self::FIELD_TBL_NAME;
Please login to merge, or discard this patch.
fields/field.reverse_relationship.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -716,6 +716,9 @@
 block discarded – undo
716 716
             ->success();
717 717
     }
718 718
 
719
+    /**
720
+     * @return string
721
+     */
719 722
     public static function update_200()
720 723
     {
721 724
         return static::createFieldTable();
Please login to merge, or discard this patch.