示例#1
0
 /**
  * @param Table $table
  */
 public function addTable(Table $table)
 {
     $table->attach($this);
     $this->tables[] = $table;
 }