コード例 #1
0
 /**
  * @inheritdoc
  */
 public function getTokens(StateMachineInterface $instance, $context)
 {
     return $this->coordinator->getTokens($instance, $context);
 }