[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Reference:: (4 methods):
  __construct()
  __toString()
  getInvalidBehavior()
  isStrict()


Class: Reference  - X-Ref

Reference represents a service reference.

__construct($id, $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE, $strict = true)   X-Ref
Note: The $strict parameter is deprecated since version 2.8 and will be removed in 3.0.

param: string $id              The service identifier
param: int    $invalidBehavior The behavior when the service does not exist
param: bool   $strict          Sets how this reference is validated

__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

isStrict($triggerDeprecationError = true)   X-Ref
Returns true when this Reference is strict.

return: bool



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1