Documentation

IteratorArgument
in package
implements ArgumentInterface

Represents a collection of values to lazily iterate over.

Tags
author

Titouan Galopin galopintitouan@gmail.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()  : void

Properties

Methods

__construct()

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

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