[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/di/ -> service_collection.php (summary)

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: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

service_collection:: (5 methods):
  __construct()
  getIterator()
  offsetExists()
  offsetGet()
  add()


Class: service_collection  - X-Ref

Collection of services to be configured at container compile time.

__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($name)   X-Ref
Add a service to the collection

param: string $name The service name
return: null



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1