$fields


Field Methods

$field->set($key, $value)

Introduced in Version 2.0

Description

Set a field property. Can be any one of the above or something else for a custom setting. Same as $field->$key = $value

Post Comment