Ejemplo n.º 1
0
 public function afterEnter(AState $from)
 {
     parent::afterEnter($from);
     $this->getMachine()->getOwner()->finish();
 }