Documentation

BoundArgument
in package
implements ArgumentInterface

Tags
author

Guilhem Niot guilhem.niot@gmail.com

Interfaces, Classes and Traits

ArgumentInterface
Represents a complex argument containing nested values.

Table of Contents

DEFAULTS_BINDING  = 1
INSTANCEOF_BINDING  = 2
SERVICE_BINDING  = 0
$file  : mixed
$identifier  : mixed
$sequence  : mixed
$type  : mixed
$used  : mixed
$value  : mixed
__construct()  : mixed
getValues()  : array<string|int, mixed>
setValues()  : mixed

Constants

Properties

Methods

__construct()

public __construct(mixed $value[, bool $trackUsage = true ], int $type[, string|null $file = null ]) : mixed
Parameters
$value : mixed
$trackUsage : bool = true
$type : int
$file : string|null = null
Return values
mixed

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