메소드 | 설명 | |
---|---|---|
field_load ( string $key ) : mixed | Loads form values from an object | |
field_save ( string $key, mixed $value ) | Stores a form value into the object |
public field_load ( string $key ) : mixed | ||
$key | string | The name of a form component that will be loaded |
리턴 | mixed | The stored value returned |
public field_save ( string $key, mixed $value ) | ||
$key | string | The name of a form component that will be stored |
$value | mixed | The value of the form component to store |