]> git.mxchange.org Git - friendica.git/commitdiff
added hint about naming the class and filename
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 14:33:39 +0000 (16:33 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 14:33:39 +0000 (16:33 +0200)
src/BaseModule.php

index aad4e6fb01dd8df56c91fdf068415937f8f23984..d0019ccd1c5451bbdbbc203253ee8c9c5caaac76 100644 (file)
@@ -6,6 +6,9 @@ namespace Friendica;
  * All modules in Friendica should extend BaseModule, although not all modules
  * need to extend all the methods described here
  *
+ * The filename of the module in src/Module needs to match the class name
+ * exactly to make the module available.
+ *
  * @author Hypolite Petovan mrpetovan@gmail.com
  */
 abstract class BaseModule extends BaseObject