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