AutoService - Automatically add services to the container based on file-scan
authorTim Otten <totten@civicrm.org>
Mon, 15 Aug 2022 23:55:53 +0000 (16:55 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 24 Aug 2022 00:07:53 +0000 (17:07 -0700)
commiteb92dd792c07e0b11ee1561cf00930402345e8b3
tree808c163d960e4fdd16798c2fd86bf878894c3d28
parent96e27a7df3ba8111b217d25609109a4744a8bba5
AutoService - Automatically add services to the container based on file-scan
Civi/Core/Compiler/AutoServiceScannerPass.php [new file with mode: 0644]
Civi/Core/Container.php
Civi/Core/Service/AutoDefinition.php [new file with mode: 0644]
Civi/Core/Service/AutoService.php [new file with mode: 0644]
Civi/Core/Service/AutoServiceInterface.php [new file with mode: 0644]
Civi/Core/Service/AutoServiceTrait.php [new file with mode: 0644]
tests/phpunit/Civi/Core/Service/AutoDefinitionTest.php [new file with mode: 0644]