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