Flow PHP

Partitions implements ArrayAccess, Countable, IteratorAggregate

Read onlyYes
FinalYes
Tags
implements
implements

Interfaces

ArrayAccess
Countable
IteratorAggregate

Methods

__construct()  : mixed
count()  : int
get()  : Partition
getIterator()  : Traversable
has()  : bool
id()  : string
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : array<string|int, Partition>

Methods

getIterator()

public getIterator() : Traversable
Return values
Traversable

has()

public has(string $name) : bool
Parameters
$name : string
Return values
bool

offsetExists()

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

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

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

offsetUnset()

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

        
On this page

Search results