コード例 #1
0
 /**
  * Set the table to process
  *
  * @param string $table
  * @return void
  */
 public function setTable($table)
 {
     $this->table = $table;
     $this->tca = tx_t3devapi_miscellaneous::getTableTCA($table);
     $this->addTsTca();
 }