Example #1
0
File: ToSql.php Project: chh/sirel
 /**
  * Returns the Table's name
  *
  * @param  Table $table
  * @return string
  */
 protected function visitSirelTable(Table $table)
 {
     return $table->getName();
 }