]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingMethodException.php
Copyright updated
[core.git] / inc / classes / exceptions / main / class_MissingMethodException.php
index 8f46ff97fcb481242de5579bf871248c3fa0fa9f..0426106a396449e11292b320a030a75b7f98ebf5 100644 (file)
@@ -1,14 +1,17 @@
 <?php
 /**
- * An exception thrown when a method is missing
+ * An exception thrown when a method is missing, this exception is used in
+ * guest/user login classes and thrown when a factory method is absend. I think
+ * we should still give it a try to rewrite these classes and again mark this
+ * method as deprecated because we have a more flexible ObjectFactory class.
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
- * @deprecated
- * 
+ * @todo               Try to rewrite user/guest login classes and mark this exception as deprecated
+ *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or