[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ -> BindTrait.php (summary)

(no description)

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

Defines 1 function

  bind()

Functions
Functions that are not part of a class:

bind($nameOrFqcn, $valueOrRef)   X-Ref
Sets bindings.

Bindings map $named or FQCN arguments to values that should be
injected in the matching parameters (of the constructor, of methods
called and of controller actions).

param: string $nameOrFqcn A parameter name with its "$" prefix, or a FQCN
param: mixed  $valueOrRef The value or reference to bind
return: $this



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