Bravo3\Orm\Mappers\DereferencingMapperInterface::getClassFromTable PHP Method

getClassFromTable() public method

Get an entities full class name from its table name
public getClassFromTable ( string $table_name ) : string
$table_name string
return string
    public function getClassFromTable($table_name);
DereferencingMapperInterface