Flow PHP

Row

Read onlyYes
FinalYes

Methods

__construct()  : mixed
add()  : self
create()  : self
duplicate()  : self
entries()  : Entries
get()  : Entry<mixed, mixed>
has()  : bool
hash()  : string
isEqual()  : bool
keep()  : self
map()  : self
merge()  : self
remove()  : self
rename()  : self
schema()  : Schema
set()  : self
sortEntries()  : self
toArray()  : array<string|int, mixed>
valueOf()  : mixed
with()  : self

Methods

duplicate()

public duplicate() : self
Return values
self

has()

public has(string|Reference $reference) : bool
Parameters
$reference : string|Reference
Return values
bool

hash()

public hash([Algorithm $algorithm = new NativePHPHash() ]) : string
Parameters
$algorithm : Algorithm = new NativePHPHash()
Return values
string

isEqual()

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

keep()

public keep(string|Reference ...$references) : self
Parameters
$references : string|Reference
Return values
self

map()

public map(callable(Entry<mixed, mixed>): Entry<mixed, mixed> $mapper) : self
Parameters
$mapper : callable(Entry<mixed, mixed>): Entry<mixed, mixed>
Return values
self

merge()

public merge(self $row[, string $prefix = '_' ]) : self
Parameters
$row : self
$prefix : string = '_'
Tags
throws
InvalidArgumentException
Return values
self

remove()

public remove(string|Reference ...$references) : self
Parameters
$references : string|Reference
Return values
self

rename()

public rename(string $currentName, string $newName) : self
Parameters
$currentName : string
$newName : string
Return values
self

set()

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

sortEntries()

public sortEntries() : self
Return values
self

toArray()

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

with()

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

        
On this page

Search results