Add class-level docblock to every file.

This commit is contained in:
Dan Cryer 2013-05-16 02:30:48 +01:00
commit 160540b6ee
28 changed files with 176 additions and 40 deletions

View file

@ -13,6 +13,12 @@ use b8,
PHPCI\Model\User,
b8\Form;
/**
* User Controller - Allows an administrator to view, add, edit and delete users.
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Web
*/
class UserController extends b8\Controller
{
public function init()