added hint about naming the class and filename

This commit is contained in:
Tobias Diekershoff 2018-04-03 16:33:39 +02:00
parent 4b7014d367
commit 0af5e54ef1
1 changed files with 3 additions and 0 deletions

View 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