From: <var...@us...> - 2014-10-01 15:33:59
|
Revision: 9150 http://sourceforge.net/p/phpwiki/code/9150 Author: vargenau Date: 2014-10-01 15:33:50 +0000 (Wed, 01 Oct 2014) Log Message: ----------- PHP Doc update Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-10-01 15:28:36 UTC (rev 9149) +++ trunk/lib/PageList.php 2014-10-01 15:33:50 UTC (rev 9150) @@ -971,6 +971,9 @@ return false; } + /** + * @return bool|WikiDB_Page + */ function first() { if (count($this->_pages) > 0) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |