DTOReportIntentionSettingsContainer
extends ArrayIterator
in package
Ide helper class
Table of Contents
Methods
- __construct() : mixed
- current() : DTOReportIntentionSetting|null
- offsetGet() : DTOReportIntentionSetting|null
- offsetSet() : mixed
- toValidatorArray() : mixed
Methods
__construct()
public
__construct(array<string|int, mixed> $items) : mixed
Parameters
- $items : array<string|int, mixed>
current()
public
current() : DTOReportIntentionSetting|null
Return values
DTOReportIntentionSetting|nulloffsetGet()
public
offsetGet(mixed $key) : DTOReportIntentionSetting|null
Parameters
- $key : mixed
Return values
DTOReportIntentionSetting|nulloffsetSet()
public
offsetSet(mixed $key, DTOReportIntentionSetting $value) : mixed
Parameters
- $key : mixed
- $value : DTOReportIntentionSetting
toValidatorArray()
public
toValidatorArray() : mixed