AdminPageFramework_Form___FieldError::_replyToSave PHP Method

_replyToSave() public method

public _replyToSave ( )
    public function _replyToSave()
    {
        if (empty(self::$_aErrors)) {
            return;
        }
        $this->setTransient($this->sTransientKey, self::$_aErrors, 300);
    }