Example #1
0
 /**
  * {@inheritdoc}
  */
 public function cancel($reason = null)
 {
     $this->pause();
     parent::cancel($reason);
 }