| Methods | ||
|---|---|---|
public
|
__construct(Table $owner)
|
# |
public
static
|
getNextRowIndex(): int
|
# |
public
|
__debugInfo(): array<string, mixed>
|
# |
public
|
getOwner(): Table
|
# |
public
|
getRowIndex(): int
|
# |
public
|
getValue(string $columnName): mixed
|
# |
public
|
getData(): array<string, mixed>
|
# |
protected
|
initValue(string $columnName): void
|
# |
public
|
updateValues(array<string, mixed> $data): void
|
# |
protected
|
beforeDelete(): void
|
# |
| Properties | |||
|---|---|---|---|
private
static
|
int
|
$nextRowIndex = -1
|
# |
private
|
Table
|
$owner
|
# |
private
|
int
|
$rowIndex
|
# |
private
|
array<string, mixed>
|
$data = []
|
# |