<out TModel is Model, out TField is Field>uses |
WarnDynamicPropertyTrait |
|---|
| Methods | ||
|---|---|---|
public
|
__construct(TModel $entity, string $fieldName)
|
# |
public
|
getModel(): TModel
|
# |
public
|
getEntity(): TModel
|
# |
public
|
getFieldName(): string
|
# |
public
|
getField(): Field
|
# |
public
|
get(): mixed
|
# |
public
|
set(mixed $value): void
|
# |
public
|
setNull(): void
|
# |
| Methods used from Atk4\Core\WarnDynamicPropertyTrait |
|---|
warnPropertyDoesNotExist(), __isset(), __get(), __set(), __unset() |
| Properties | |||
|---|---|---|---|
private
|
TModel
|
$entity
|
# |
private
|
string
|
$fieldName
|
# |