コード例 #1
0
ファイル: StubSaga.php プロジェクト: fcm/GovernorFramework
 public function associateWith(AssociationValue $associationValue)
 {
     parent::associateWith($associationValue);
 }
コード例 #2
0
 public function associateWith(\Governor\Framework\Saga\AssociationValue $associationValue)
 {
     parent::associateWith($associationValue);
 }