Example #1
0
 /**
  * @param Table $table
  * @return ITableConverter
  */
 public function build(Table $table)
 {
     $className = $this->getClassName($table->getDataPath());
     return new $className($table);
 }