AdminPageFramework_Form___SubmitNotice::_replyToSaveNotices PHP Method

_replyToSaveNotices() public method

public _replyToSaveNotices ( )
    public function _replyToSaveNotices()
    {
        if (empty(self::$_aNotices)) {
            return;
        }
        $_bResult = $this->setTransient($this->sTransientKey, self::$_aNotices);
    }