コード例 #1
0
ファイル: Machine.php プロジェクト: alexbuyanow/FSM
 /**
  * Internal machine context UID getter
  *
  * @param ContextInterface $context
  * @return string
  */
 private function getContextId(ContextInterface $context)
 {
     return $context->getContextUid();
 }