Documentation

ServiceLocatorArgument
in package
implements ArgumentInterface

Represents a closure acting as a service locator.

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

Interfaces

ArgumentInterface
Represents a complex argument containing nested values.

Properties

$taggedIteratorArgument  : TaggedIteratorArgument|null
$values  : array<string|int, mixed>

Methods

__construct()  : mixed
getTaggedIteratorArgument()  : TaggedIteratorArgument|null
getValues()  : array<string|int, mixed>
setValues()  : void

Properties

Methods

getValues()

public getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

setValues()

public setValues(array<string|int, mixed> $values) : void
Parameters
$values : array<string|int, mixed>

        
On this page

Search results