Documentation

ServiceClosureArgument
in package
implements ArgumentInterface

Represents a service wrapped in a memoizing closure.

Tags
author

Nicolas Grekas p@tchwork.com

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

Methods

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>
Return values
mixed

Search results