Collection
implements
Iterator, Countable
Table of Contents
Interfaces
- Iterator
- Countable
Methods
-
__construct()
: mixed
-
count()
: mixed
-
current()
: Scenario|null
-
key()
: int
-
next()
: void
-
playAll()
: Result
-
rewind()
: void
-
valid()
: bool
__construct()
public
__construct(array<string|int, mixed> $scenarios) : mixed
Parameters
-
$scenarios
: array<string|int, mixed>
-
count()
public
count() : mixed
current()
public
current() : Scenario|null
Return values
Scenario|null
key()
public
key() : int
next()
public
next() : void
playAll()
public
playAll() : Result
rewind()
public
rewind() : void
valid()
public
valid() : bool