phpDocumentor

FieldNames implements IteratorAggregate

Class FieldNames

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$fieldNames  : array<string|int, FieldName>
__construct()  : mixed
FieldNames constructor.
create()  : FieldNames
getIterator()  : Traversable|array<string|int, FieldName>
toArray()  : array<string|int, mixed>
with()  : FieldNames

Properties

Methods

__construct()

FieldNames constructor.

public __construct(array<string|int, FieldName$fieldNames) : mixed
Parameters
$fieldNames : array<string|int, FieldName>
Return values
mixed

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results