Flow PHP

Entries implements ArrayAccess, Countable, IteratorAggregate

FinalYes
Tags
implements
implements

Interfaces

ArrayAccess
Countable
IteratorAggregate

Methods

__construct()  : mixed
add()  : self
all()  : array<string|int, Entry<mixed, mixed>>
count()  : int
duplicate()  : self
get()  : Entry<mixed, mixed>
getAll()  : self
getIterator()  : Iterator<string, Entry<mixed, mixed>>
has()  : bool
isEqual()  : bool
map()  : array<int, ReturnType>
merge()  : self
offsetExists()  : bool
offsetGet()  : Entry<mixed, mixed>
offsetSet()  : void
offsetUnset()  : void
order()  : self
remove()  : self
rename()  : self
set()  : self
sort()  : self
toArray()  : array<string|int, mixed>

Methods

all()

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

count()

public count() : int
Return values
int

duplicate()

public duplicate() : self
Return values
self

getIterator()

public getIterator() : Iterator<string, Entry<mixed, mixed>>
Return values
Iterator<string, Entry<mixed, mixed>>

isEqual()

public isEqual(self $entries) : bool
Parameters
$entries : self
Return values
bool

map()

public map(callable(Entry<mixed, mixed>): ReturnType $callable) : array<int, ReturnType>
Parameters
$callable : callable(Entry<mixed, mixed>): ReturnType
Tags
template
Return values
array<int, ReturnType>

merge()

public merge(self $entries) : self
Parameters
$entries : self
Return values
self

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(string|int $offset) : void
Parameters
$offset : string|int
Tags
throws
RuntimeException

set()

public set(Entry<mixed, mixed> ...$entries) : self
Parameters
$entries : Entry<mixed, mixed>
Return values
self

sort()

public sort() : self
Return values
self

toArray()

public toArray([bool $withKeys = true ]) : array<string|int, mixed>
Parameters
$withKeys : bool = true
Return values
array<string|int, mixed>

        
On this page

Search results