Exemplo n.º 1
0
 /**
  * Add a table to the request.
  * 
  * @param ITable $Table The table to add
  * @return void
  */
 public final function AddTable(ITable $Table)
 {
     $this->Tables[$Table->GetName()] = $Table;
     $this->Criterion->AddTable($Table);
 }