Beispiel #1
0
 /**
  * Sets the table the comparator starts from.
  *
  * @param Table $fromTable
  */
 public function setFromTable(Table $fromTable)
 {
     $this->tableDiff->setFromTable($fromTable);
 }