Пример #1
0
 /**
  * Check - row processing is allowed or not
  *
  * @return boolean
  */
 protected function isRowProcessingAllowed()
 {
     return $this->valid() && ($this->isVerification() || $this->importer->isImportAllowed());
 }