trait FormAccessible

Properties

protected ReflectionClass $reflection

A cached ReflectionClass instance for $this

Methods

mixed
getFormValue(string $key)

No description

bool
isNestedModel(string $key)

Check for a nested model.

bool
hasFormMutator($key)

No description

mixed
mutateFormAttribute($key, $value)

No description

getReflection()

Get a ReflectionClass Instance

Details

at line 23
mixed getFormValue(string $key)

No description

Parameters

string $key

Return Value

mixed

at line 69
bool isNestedModel(string $key)

Check for a nested model.

Parameters

string $key

Return Value

bool

at line 83
protected bool hasFormMutator($key)

No description

Parameters

$key

Return Value

bool

at line 101
private mixed mutateFormAttribute($key, $value)

No description

Parameters

$key
$value

Return Value

mixed

at line 110
protected ReflectionClass getReflection()

Get a ReflectionClass Instance

Return Value

ReflectionClass