Docblocks
This commit is contained in:
parent
1e8e97ab6c
commit
42d6bce14c
8 changed files with 98 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue