EditorDecisionWithEmailForm::getSaveFormOperation PHP 메소드

getSaveFormOperation() 공개 메소드

Get the operation to save this form.
public getSaveFormOperation ( ) : string
리턴 string
    function getSaveFormOperation()
    {
        return $this->_saveFormOperation;
    }