friendica/src/Worker
Hypolite Petovan 04d620fc2f
Merge pull request #8142 from nupplaphil/task/di_config
CleanUp Config namespace
2020-01-19 22:22:57 -05:00
..
APDelivery.php @brief is removed completely 2020-01-19 06:05:23 +00:00
CheckVersion.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
CreateShadowEntry.php @brief is removed completely 2020-01-19 06:05:23 +00:00
Cron.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
CronJobs.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
DBClean.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
DBUpdate.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Delivery.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Directory.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Expire.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
FetchPoCo.php Added documentation 2019-12-21 20:18:44 +00:00
ForkHook.php Introduce new DI container 2019-12-29 20:16:55 +01:00
MergeContact.php Issue 7559: Merge contact duplicates 2019-08-26 15:51:56 +00:00
Notifier.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
OnePoll.php Merge pull request #8142 from nupplaphil/task/di_config 2020-01-19 22:22:57 -05:00
ProfileUpdate.php @brief is removed completely 2020-01-19 06:05:23 +00:00
PubSubPublish.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php @brief is removed completely 2020-01-19 06:05:23 +00:00
RemoveUser.php @brief is removed completely 2020-01-19 06:05:23 +00:00
SearchDirectory.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
SpoolPost.php @brief is removed completely 2020-01-19 06:05:23 +00:00
TagUpdate.php Fix missing $ in front of variable names 2019-01-21 11:12:49 -05:00
UpdateContact.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGContact.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGContacts.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
UpdateGServer.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGServers.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateServerDirectories.php Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
UpdateServerDirectory.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateSuggestions.php Added documentation 2019-12-21 20:18:44 +00:00

README.md

Friendica\Worker

The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().

They are all executed by the Worker.