示例#1
0
 /**
  * Check - row processing is allowed or not
  *
  * @return boolean
  */
 protected function isRowProcessingAllowed()
 {
     return parent::isRowProcessingAllowed() && ($this->isVerification() || !$this->isRowVerificationFailed());
 }