PHP Class Eloquent\Phony\Stub\Answer\Builder\GeneratorYieldIteration

Datei anzeigen 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