コード例 #1
0
ファイル: TableDataSet.php プロジェクト: seytar/psx
 public function addTable(TableInterface $table, array $data)
 {
     $this->tables[$table->getName()] = new Table($table, $data);
 }