phpDocumentor

NewOptionValues implements IteratorAggregate

Class NewOptionValues

Tags
codeCoverageIgnore

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

Methods

toArray()

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

__construct()

NewOptionValues constructor.

private __construct(array<string|int, NewOptionValue$newOptionValues) : mixed
Parameters
$newOptionValues : array<string|int, NewOptionValue>
Return values
mixed

Search results