[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/ -> Reference.php (summary)

(no description)

File Size: 53 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Reference:: (3 methods):
  __construct()
  __toString()
  getInvalidBehavior()


Class: Reference  - X-Ref

Reference represents a service reference.

__construct($id, $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE)   X-Ref

param: string $id              The service identifier
param: int    $invalidBehavior The behavior when the service does not exist

__toString()   X-Ref

return: string The service identifier

getInvalidBehavior()   X-Ref
Returns the behavior to be used when the service does not exist.

return: int



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1