Solar_View_Helper_Form::addProcess()
public
Solar_View_Helper_Form
Solar_View_Helper_Form::addProcess
( string $key
, array $info = NULL
)
Adds a submit button named 'process' to the form, using a translated locale key stub as the submit value.
Parameters
(string)
$key
: The locale key stub. E.g., $key is 'save', the submit-button value is the locale translated 'PROCESS_SAVE' string.(array)
$info
: Additional element info.
Returns
(Solar_View_Helper_Form)
Description
Adds a submit button named 'process' to the form, using a translated locale key stub as the submit value.