Previous Page
getStatus()

Solar_Form
getValues()

Next Page
load()

getValues()

public array getValues ( string $key default 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.