ServiceClosureArgument
in package
implements
ArgumentInterface
Represents a service wrapped in a memoizing closure.
Tags
Interfaces, Classes and Traits
- ArgumentInterface
- Represents a complex argument containing nested values.
Table of Contents
- $values : mixed
- __construct() : mixed
- getValues() : array<string|int, mixed>
- setValues() : mixed
Properties
$values
private
mixed
$values
Methods
__construct()
public
__construct(Reference $reference) : mixed
Parameters
- $reference : Reference
Return values
mixed —getValues()
public
getValues() : array<string|int, mixed>
Return values
array<string|int, mixed> —setValues()
public
setValues(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>