| @@ -7,6 +7,12 @@ | ||
| 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(); | 
| @@ -716,6 +716,9 @@ | ||
| 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(); | 
| @@ -1724,6 +1724,9 @@ discard block | ||
| 1724 | 1724 | return true; | 
| 1725 | 1725 | } | 
| 1726 | 1726 | |
| 1727 | + /** | |
| 1728 | + * @return string | |
| 1729 | + */ | |
| 1727 | 1730 | public static function update_103() | 
| 1728 | 1731 |  		{ | 
| 1729 | 1732 | return Symphony::Database() | 
| @@ -1740,6 +1743,9 @@ discard block | ||
| 1740 | 1743 | ->success(); | 
| 1741 | 1744 | } | 
| 1742 | 1745 | |
| 1746 | + /** | |
| 1747 | + * @return string | |
| 1748 | + */ | |
| 1743 | 1749 | public static function update_200() | 
| 1744 | 1750 |  		{ | 
| 1745 | 1751 | return Symphony::Database() | 
| @@ -1789,6 +1795,9 @@ discard block | ||
| 1789 | 1795 | ->success(); | 
| 1790 | 1796 | } | 
| 1791 | 1797 | |
| 1798 | + /** | |
| 1799 | + * @return string | |
| 1800 | + */ | |
| 1792 | 1801 | public static function update_2008() | 
| 1793 | 1802 |  		{ | 
| 1794 | 1803 | return Symphony::Database() |