Example #1
0
 /**
  * Set the database table for the database loader.
  *
  * @param string
  * @return void
  */
 public function setTable($table)
 {
     $this->dbLoader->setTable($table);
 }