Skip to content

Commit

Permalink
Add readme.md for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank.Markwort committed Sep 16, 2024
1 parent 7246c49 commit a53ee3a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/Modules/readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[Module](Module)

Module classes can use External classes
[External](External)

External classes can use Internal classes
[Internal](Internal)

Internal classes can use Core classes
[Module](Module)

Module classes can use External classes
[Cron](Module/Cron)
These modules are attached to [cron.php](../deamon/cron.php).
These [Cron](Module/Cron) modules are attached to [cron.php](../deamon/cron.php) via [register.php](register.php).

[Realtime](Module/Realtime)
These modules are attached to [RealtimeDistributor.php](Internal/RealtimeDistributor.php).
These [Realtime](Module/Realtime) modules are attached to [RealtimeDistributor.php](Internal/RealtimeDistributor.php) via [register.php](register.php).

Modules are registered in [register.php](register.php)
Modules must be registered in [register.php](register.php)

Each module is attached via its own Bootstrap class, for example [Bootstrap.php](Module/Cron/AnchorWatch/Bootstrap.php),
which implements the interface [InterfaceObserverCronWorker.php](Internal/Interfaces/InterfaceObserverCronWorker.php) for [cron.php](../deamon/cron.php)
Expand Down

0 comments on commit a53ee3a

Please sign in to comment.