Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function process()
 {
     $process = $this->condition ? $this->condition->check() : true;
     return $process ? $this->getTransitionTo()->process() : false;
 }