aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/service_collection.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16206] Remove offsetExists and set non-NULL valuemrgoldy2019-11-101-17/+2
| | | | PHPBB3-16206
* [ticket/15258] Adds a method to get a service by class in service_collectionTristan Darricau2019-05-081-0/+31
| | | | PHPBB3-15258
* [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-091-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Add option to have class names in service collectionsMate Bartus2015-07-091-0/+27
| | | | PHPBB3-13740
* [ticket/12575] Just forward service_collection::offsetGet() to container.Andreas Fischer2014-06-141-8/+1
| | | | PHPBB3-12575
* [ticket/12575] Pass service_collection instead of ContainerInterface.Andreas Fischer2014-06-141-1/+1
| | | | PHPBB3-12575
* [ticket/12575] Add missing propertyTristan Darricau2014-06-141-1/+6
| | | | PHPBB3-12575
* [ticket/12575] Fix 2 typos in commentsTristan Darricau2014-06-141-1/+1
| | | | PHPBB3-12575
* [ticket/12575] Fix typos in commentsTristan Darricau2014-06-141-1/+1
| | | | PHPBB3-12575
* [ticket/12575] Skip sniffer issue triggered by the solution of a php bugTristan Darricau2014-06-141-0/+7
| | | | | | | https://bugs.php.net/bug.php?id=66834 https://bugs.php.net/bug.php?id=67067 PHPBB3-12575
* [ticket/12575] Remove inline assignmentsTristan Darricau2014-06-141-1/+2
| | | | PHPBB3-12575
* [ticket/12575] Fix the testsTristan Darricau2014-06-141-0/+8
| | | | PHPBB3-12575
* [ticket/12575] Move service_collection_iterator to its own fileTristan Darricau2014-06-141-55/+0
| | | | PHPBB3-12575
* [ticket/12575] Speed up load_class()Tristan Darricau2014-06-141-2/+77
| | | | | | | Load the services referenced in a service_collection only when they are used to avoid to load some unsuded services. PHPBB3-12575
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+49
PHPBB3-11698