Пример #1
0
 /**
  * @return bool
  */
 public function isRejected()
 {
     return !$this->isPending() && $this->result->isRejected();
 }