Documentation

ServiceClosureArgument
in package
implements ArgumentInterface

Represents a service wrapped in a memoizing closure.

Tags
author

Nicolas Grekas p@tchwork.com

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

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>

        
On this page

Search results