Solar_Form::getValues()

public array Solar_Form::getValues ( string $key = NULL )

Returns the form element values as an array.

Parameters

  • (string) $key: Return only values that are part of this array key. If null, returns all values in the form.

Returns

  • (array) An associative array of element values.

Description

Returns the form element values as an array.



Local