Documentation

ArgumentInterface

Represents a complex argument containing nested values.

Tags
author

Titouan Galopin galopintitouan@gmail.com

Table of Contents

getValues()  : array<string|int, mixed>
setValues()  : mixed

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