Beispiel #1
0
 /**
  * Sets the table the comparator goes to.
  *
  * @param Table $toTable
  */
 public function setToTable(Table $toTable)
 {
     $this->tableDiff->setToTable($toTable);
 }