EditorDecisionWithEmailForm::setSaveFormOperation PHP Method

setSaveFormOperation() public method

Set the operation to save this form.
public setSaveFormOperation ( $saveFormOperation )
$saveFormOperation string
    function setSaveFormOperation($saveFormOperation)
    {
        $this->_saveFormOperation = $saveFormOperation;
    }