Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function rightJoin(Model $other, $condition, $alias = null)
 {
     $select = new ReadSelectionBuilder($this);
     return $select->rightJoin($other, $condition, $alias);
 }