Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Eloquent
Phony
Stub
Answer
Builder
GeneratorYieldIteration
PHP Class Eloquent\Phony\Stub\Answer\Builder\GeneratorYieldIteration
ファイルを表示
Open project: eloquent/phony
Public Properties
Property
Type
Description
$hasKey
$hasValue
$key
$requests
$value
Public Methods
Method
Description
__construct
(
array
$requests
,
boolean
$hasKey
,
mixed
$key
,
boolean
$hasValue
,
mixed
$value
)
Construct a new generator yield iteration.
Method Details
__construct()
public
method
Construct a new generator yield iteration.
public
__construct
(
array
$requests
,
boolean
$hasKey
,
mixed
$key
,
boolean
$hasValue
,
mixed
$value
)
$requests
array
$hasKey
boolean
True if the key should be yielded.
$key
mixed
The key.
$hasValue
boolean
True if the value should be yielded.
$value
mixed
The value.
Property Details
$hasKey
public_oe property
public
$hasKey
$hasValue
public_oe property
public
$hasValue
$key
public_oe property
public
$key
$requests
public_oe property
public
$requests
$value
public_oe property
public
$value