Row
- Full name:
\Qubus\Expressive\ActiveRecord\Row
Properties
model
protected ?\Qubus\Expressive\ActiveRecord\Model $model
Methods
__construct
public __construct(\Qubus\Expressive\ActiveRecord\Model $model, mixed $rowObject): mixed
Parameters:
| Parameter | Type | Description |
$model | \Qubus\Expressive\ActiveRecord\Model | |
$rowObject | mixed | |
__get
public __get(mixed $field): mixed
Parameters:
| Parameter | Type | Description |
$field | mixed | |
__set
public __set(mixed $field, mixed $value): void
Parameters:
| Parameter | Type | Description |
$field | mixed | |
$value | mixed | |
__isset
public __isset(mixed $field): bool
Parameters:
| Parameter | Type | Description |
$field | mixed | |
__call
public __call(mixed $name, mixed $arguments): mixed
Parameters:
| Parameter | Type | Description |
$name | mixed | |
$arguments | mixed | |
__toString
public __toString(): string
save
public save(): \Qubus\Expressive\ActiveRecord\Model|int|bool|\Qubus\Expressive\QueryBuilder
delete
public delete(): bool|int|\Qubus\Expressive\QueryBuilder|null