コード例 #1
0
ファイル: TableComparator.php プロジェクト: disider/Propel2
 /**
  * Sets the table the comparator starts from.
  *
  * @param Table $fromTable
  */
 public function setFromTable(Table $fromTable)
 {
     $this->tableDiff->setFromTable($fromTable);
 }