コード例 #1
0
ファイル: Import.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check - step is success or not
  *
  * @return boolean
  */
 protected function isStepSuccess()
 {
     return parent::isStepSuccess() && (0 == $this->getItems()->getOptions()->step || !$this->getItems()->hasErrors());
 }
コード例 #2
0
ファイル: ImageResize.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check - step is success or not
  *
  * @return boolean
  */
 protected function isStepSuccess()
 {
     return parent::isStepSuccess() && !$this->getItems()->hasErrors();
 }