コード例 #1
0
ファイル: Situation.php プロジェクト: ftdebugger/jungle
 /**
  * @return string
  */
 public function getKey()
 {
     return $this->rule->getId() . '.' . $this->marker;
 }