EditorDecisionWithEmailForm::getSaveFormOperation PHP Метод

getSaveFormOperation() публичный Метод

Get the operation to save this form.
public getSaveFormOperation ( ) : string
Результат string
    function getSaveFormOperation()
    {
        return $this->_saveFormOperation;
    }