Flow PHP

Bucket implements Countable

FinalYes

Interfaces

Countable

Properties

$hash  : string

Methods

__construct()  : mixed
add()  : void
count()  : int
findMatch()  : Row|null
rows()  : Rows
unmatchedRows()  : array<string|int, Row>

Properties

$hash read-only

public string $hash

Methods

__construct()

public __construct(string $hash) : mixed
Parameters
$hash : string
  • hash of the bucket calculated from join expression columns and row

count()

public count() : int
Return values
int

unmatchedRows()

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

        
On this page

Search results