[ Index ] |
PHP Cross Reference of phpBB-3.3.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 117 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ordered_service_collection:: (6 methods):
__construct()
getIterator()
offsetExists()
offsetGet()
add()
sort_services()
Class: ordered_service_collection - X-Ref
Collection of services in a specified order__construct(ContainerInterface $container) X-Ref |
Constructor param: ContainerInterface $container Container object |
getIterator() X-Ref |
{@inheritdoc} |
offsetExists($index) X-Ref |
{@inheritdoc} |
offsetGet($index) X-Ref |
{@inheritdoc} |
add($service_id, $order = 0) X-Ref |
Adds a service ID to the collection param: string $service_id param: int $order |
sort_services() X-Ref |
No description |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |