[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

TypedReference:: (4 methods):
  __construct()
  getType()
  getRequiringClass()
  canBeAutoregistered()


Class: TypedReference  - X-Ref

Represents a PHP type-hinted service reference.

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

param: string $id              The service identifier
param: string $type            The PHP type of the identified service
param: string $requiringClass  The class of the service that requires the referenced type
param: int    $invalidBehavior The behavior when the service does not exist

getType()   X-Ref
No description

getRequiringClass()   X-Ref
No description

canBeAutoregistered()   X-Ref
No description



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1