/**
  * {@inheritdoc}
  */
 public function getJoins()
 {
     return array_merge($this->case1->getJoins(), $this->case2->getJoins());
 }