PHP Interface Bravo3\Orm\Mappers\DereferencingMapperInterface

Show file Open project: bravo3/orm

Public Methods

Method Description
getClassFromTable ( string $table_name ) : string Get an entities full class name from its table name

Method Details

getClassFromTable() public method

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