friendica/src/Worker
Roland Häder 2f1336339f
Changes:
- added missing type-hints
- added missing documentation
- changed double-quotes to single
- Setters do ALWAYS return void
2022-10-26 01:29:01 +02:00
..
Contact Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
AddContact.php
APDelivery.php
CheckDeletedContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
DBUpdate.php
DelayedPublish.php
Delivery.php Changes: 2022-10-26 01:29:01 +02:00
Directory.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
Expire.php
ExpireActivities.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ExpireAndRemoveUsers.php
ExpirePosts.php Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02:00
FetchFeaturedPosts.php
FetchMissingActivity.php Standards 2022-07-24 13:11:52 +00:00
ForkHook.php
MergeContact.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
MoveStorage.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
NodeInfo.php
Notifier.php Changes: 2022-10-26 01:29:01 +02:00
OnePoll.php Changes: 2022-10-26 01:29:01 +02:00
OptimizeTables.php
PollContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
PostUpdate.php
ProcessQueue.php Decouple the processor from the receiver 2022-07-27 20:59:42 +00:00
ProcessReplyByUri.php Issue 11776 - process replies via a worker task 2022-07-27 20:03:28 +00:00
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
README.md
RemoveUnusedAvatars.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
RemoveUnusedContacts.php Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
RemoveUnusedTags.php
RemoveUser.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
SearchDirectory.php
SpoolPost.php Loglevels are adjusted 2022-08-30 19:45:30 +00:00
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdateFContact.php Worker for updating fcontact entries 2022-09-21 22:47:09 +02:00
UpdateGServer.php
UpdateGServers.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php Fix error "Class 'Friendica\Worker\Worker' not found" 2022-09-24 17:29:00 +00:00

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.