Exemple #1
0
 /**
  * @return array|null
  */
 public function getValidationErrors()
 {
     return $this->isDeleted ? null : parent::getValidationErrors();
 }