| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |