friendica/src/Worker
2020-01-01 17:54:36 +00:00
..
APDelivery.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
CheckVersion.php
CreateShadowEntry.php
Cron.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
CronJobs.php Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-29 20:17:47 +01:00
DBClean.php
DBUpdate.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Delivery.php Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-29 20:17:47 +01:00
Directory.php
Expire.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +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
Notifier.php Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-29 20:17:47 +01:00
OnePoll.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
ProfileUpdate.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
PubSubPublish.php
README.md
RemoveContact.php
RemoveUser.php
SearchDirectory.php Don't add contacts when not needed 2020-01-01 17:54:36 +00:00
SpoolPost.php
TagUpdate.php
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 Don't add contacts when not needed 2020-01-01 17:54:36 +00: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 Added documentation 2019-12-21 20:18:44 +00: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

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.