added hint about naming the class and filename
This commit is contained in:
parent
4b7014d367
commit
0af5e54ef1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user