GeneratorIterator
in package
implements
Iterator
ジェネレータ イテレータ。
Tags
Table of Contents
Interfaces
- Iterator
Properties
- $factory : mixed
- $generator : Generator
Methods
- __construct() : mixed
- 生成。
- current() : mixed
- key() : mixed
- next() : void
- rewind() : void
- valid() : bool
Properties
$factory
private
mixed
$factory
$generator
private
Generator
$generator
Methods
__construct()
生成。
public
__construct(mixed $factory) : mixed
Parameters
- $factory : mixed
Tags
current()
public
current() : mixed
key()
public
key() : mixed
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool