@@ -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(); |
@@ -1756,6 +1756,9 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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; |
@@ -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(); |
@@ -11,6 +11,9 @@ |
||
| 11 | 11 | */ |
| 12 | 12 | class EntryQueryEntryrelationshipAdapter extends EntryQueryFieldAdapter |
| 13 | 13 | { |
| 14 | + /** |
|
| 15 | + * @param string $filter |
|
| 16 | + */ |
|
| 14 | 17 | public function createFilterIncludes($filter, array $columns) |
| 15 | 18 | { |
| 16 | 19 | $field_id = General::intval($this->field->get('id')); |