-
Notifications
You must be signed in to change notification settings - Fork 66
Krizalys Onedrive Parameter Injector InjectorInterface
Christophe Vidal edited this page Aug 4, 2019
·
1 revision
An interface defining the contract for parameter injection.
- Interface name: InjectorInterface
- Namespace: Krizalys\Onedrive\Parameter\Injector
- This is an interface
\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
- $values Krizalys\Onedrive\Parameter\Injector\mixed[string] - The array of values.
- $value mixed - The value to inject.