Collective\Html\Eloquent\FormAccessible::mutateFormAttribute PHP Метод

mutateFormAttribute() приватный Метод

private mutateFormAttribute ( $key, $value ) : mixed
$key
$value
Результат mixed
    private function mutateFormAttribute($key, $value)
    {
        return $this->{'form' . Str::studly($key) . 'Attribute'}($value);
    }