Completed
Pull Request — master (#233)
by
unknown
11:50
created
JSON_renderer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -106,6 +106,9 @@
 block discarded – undo
106 106
         return array ( "title" => $entry->title, "content" => $entry->content, "navlink" => $entry->getNavLink (), "number" => $entry->numberOfElement );
107 107
     }
108 108
 
109
+    /**
110
+     * @param Page $page
111
+     */
109 112
     public static function getContentArrayTypeahead ($page) {
110 113
         $out = array ();
111 114
         foreach ($page->entryArray as $entry) {
Please login to merge, or discard this patch.