-
Notifications
You must be signed in to change notification settings - Fork 66
Krizalys Onedrive Parameter Injector FlatInjector
Christophe Vidal edited this page Aug 4, 2019
·
1 revision
A class supporting flat parameter injection.
- Class name: FlatInjector
- Namespace: Krizalys\Onedrive\Parameter\Injector
- This class implements: Krizalys\Onedrive\Parameter\Injector\InjectorInterface
private string $name
- Visibility: private
mixed Krizalys\Onedrive\Parameter\Injector\FlatInjector::__construct(string $name)
Constructor.
- Visibility: public
- $name string - The name.
\Krizalys\Onedrive\Parameter\Injector\mixed[string] Krizalys\Onedrive\Parameter\Injector\InjectorInterface::inject(\Krizalys\Onedrive\Parameter\Injector\mixed[string] $values, mixed $value)
Injects a given value into a given array of values.
- Visibility: public
- This method is defined by Krizalys\Onedrive\Parameter\Injector\InjectorInterface
- $values Krizalys\Onedrive\Parameter\Injector\mixed[string] - The array of values.
- $value mixed - The value to inject.