phpDocumentor

OptionValues implements IteratorAggregate

Class OptionValues

Tags
codeCoverageIgnore

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$optionValues  : array<string|int, OptionValue>
asArray()  : array<string|int, OptionValue>
create()  : OptionValues
getById()  : OptionValue|null
getIterator()  : Traversable|array<string|int, OptionValue>
toArray()  : array<string|int, mixed>
with()  : OptionValues
without()  : OptionValues
__construct()  : mixed
OptionValues constructor.

Properties

Methods

toArray()

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

__construct()

OptionValues constructor.

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

Search results