mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
added hint about naming the class and filename
This commit is contained in:
parent
4b7014d367
commit
0af5e54ef1
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ namespace Friendica;
|
||||||
* All modules in Friendica should extend BaseModule, although not all modules
|
* All modules in Friendica should extend BaseModule, although not all modules
|
||||||
* need to extend all the methods described here
|
* 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
|
* @author Hypolite Petovan mrpetovan@gmail.com
|
||||||
*/
|
*/
|
||||||
abstract class BaseModule extends BaseObject
|
abstract class BaseModule extends BaseObject
|
||||||
|
|
Loading…
Reference in a new issue