getName() public method

public getName ( )
Beispiel #1
0
 private static function getTableName(Table $table)
 {
     return pathinfo($table->getName(), PATHINFO_FILENAME);
 }