]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/main/actions/class_BaseAction.php
Code merged from ship-simu repository
[mailer.git] / inc / classes / main / actions / class_BaseAction.php
index 15ba51ef0d5c8eca17639646801af360ef5d07a6..a2b1665bb200983936a2532a192828b221e72576 100644 (file)
@@ -1,10 +1,12 @@
 <?php
 /**
- * A general action class
+ * A general action class. You shall extend this class if you are going to write
+ * your own action classes even when this class has no real content in it. We
+ * just handle the removal of some attributed here which you really don't need.
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -19,7 +21,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseAction extends BaseFrameworkSystem {
        /**