From: <var...@us...> - 2015-02-11 16:08:41
|
Revision: 9525 http://sourceforge.net/p/phpwiki/code/9525 Author: vargenau Date: 2015-02-11 16:08:34 +0000 (Wed, 11 Feb 2015) Log Message: ----------- PHP Doc Modified Paths: -------------- trunk/lib/plugin/WikiBlog.php Modified: trunk/lib/plugin/WikiBlog.php =================================================================== --- trunk/lib/plugin/WikiBlog.php 2015-02-11 15:47:25 UTC (rev 9524) +++ trunk/lib/plugin/WikiBlog.php 2015-02-11 16:08:34 UTC (rev 9525) @@ -273,6 +273,12 @@ // Any way to jump back to preview mode??? } + /** + * @param WikiRequest $request + * @param array $args + * @param string $type + * @return XmlContent + */ function showAll(&$request, $args, $type = "wikiblog") { // FIXME: currently blogSearch uses WikiDB->titleSearch to @@ -309,8 +315,13 @@ return $html; } - // Subpage for the basepage. All Blogs/Forum/Comment entries are - // Subpages under this pagename, to find them faster. + /** + * Subpage for the basepage. All Blogs/Forum/Comment entries are + * Subpages under this pagename, to find them faster. + * + * @param string $type + * @return string + */ protected function blogPrefix($type = 'wikiblog') { if ($type == 'wikiblog') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |