Field
class Field (View source)
The form field component.
Methods
static string
labelFromKey(string $key)
Convert camel case key into a human readable label.
static string
render(object $Automad, string $key = '', string $value = '', boolean $removeButton = false, object $Theme = false, string $label = false)
Create a form field depending on the name.
Details
at line 409
static string
labelFromKey(string $key)
Convert camel case key into a human readable label.
at line 471
static string
render(object $Automad, string $key = '', string $value = '', boolean $removeButton = false, object $Theme = false, string $label = false)
Create a form field depending on the name.