예제 #1
0
파일: TableDataSet.php 프로젝트: seytar/psx
 public function addTable(TableInterface $table, array $data)
 {
     $this->tables[$table->getName()] = new Table($table, $data);
 }