Flow PHP

References implements ArrayAccess, Countable, IteratorAggregate

FinalYes
Tags
implements
implements

Interfaces

ArrayAccess
Countable
IteratorAggregate

Methods

__construct()  : mixed
add()  : self
all()  : array<string|int, Reference>
count()  : int
first()  : Reference
getIterator()  : Traversable<string, Reference>
has()  : bool
init()  : self
names()  : array<string|int, string>
offsetExists()  : bool
offsetGet()  : Reference
offsetSet()  : void
offsetUnset()  : void
reverse()  : self
without()  : self

Methods

names()

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

offsetExists()

public offsetExists(string $offset) : bool
Parameters
$offset : string
Return values
bool

offsetSet()

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

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

reverse()

public reverse() : self
Return values
self

        
On this page

Search results