PHP Interface Bolt\Storage\EntityManagerInterface

Author: Gawain Lynch ([email protected])
Datei anzeigen Open project: bolt/bolt Interface Usage Examples

Public Methods

Method Description
getRepository ( string $className ) : Repository Gets the repository for a class.

Method Details

getRepository() public method

Gets the repository for a class.
public getRepository ( string $className ) : Repository
$className string
return Repository