NewOptionValues
in package
implements
IteratorAggregate
Class NewOptionValues
Tags
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $newOptionValues : array<string|int, NewOptionValue>
- create() : NewOptionValues
- getIterator() : Traversable|array<string|int, NewOptionValue>
- toArray() : array<string|int, mixed>
- with() : NewOptionValues
- __construct() : mixed
- NewOptionValues constructor.
Properties
$newOptionValues
private
array<string|int, NewOptionValue>
$newOptionValues
Methods
create()
public
static create(NewOptionValue ...$newOptionValues) : NewOptionValues
Parameters
- $newOptionValues : NewOptionValue
Return values
NewOptionValues —getIterator()
public
getIterator() : Traversable|array<string|int, NewOptionValue>
Return values
Traversable|array<string|int, NewOptionValue> —toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed> —with()
public
with(NewOptionValue ...$newOptionValues) : NewOptionValues
Parameters
- $newOptionValues : NewOptionValue
Return values
NewOptionValues —__construct()
NewOptionValues constructor.
private
__construct(array<string|int, NewOptionValue> $newOptionValues) : mixed
Parameters
- $newOptionValues : array<string|int, NewOptionValue>