psr12 fixes for new PHP_CodeSniffer (#4795)
[openemr.git] / interface / super / rules / controllers / add / controller.php
blob9a7fd260b96fd46740e4cb0d06d0a7c49f715cce
1 <?php
3 // Copyright (C) 2010-2011 Aron Racho <aron@mi-squred.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
10 class Controller_add extends BaseController
12 public function __construct()
14 parent::__construct();
17 function _action_add()
19 $this->viewBean->_view = "add.php";