Docblocks

This commit is contained in:
Dan Cryer 2015-10-09 09:38:55 +01:00
commit 42d6bce14c
8 changed files with 98 additions and 1 deletions

View file

@ -144,6 +144,10 @@ class HomeController extends \PHPCI\Controller
return $view->render();
}
/**
* Get a summary of the project groups we have, and what projects they have in them.
* @return array
*/
protected function getGroupInfo()
{
$rtn = array();