예제 #1
0
 /**
  * Set captcha word
  *
  * @return $this
  */
 protected function _clearWord()
 {
     $this->_session->unsetData($this->_getFormIdKey(self::SESSION_WORD));
     $this->_word = null;
     return $this;
 }