Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Bolt
Storage
EntityManagerInterface
PHP Interface Bolt\Storage\EntityManagerInterface
Author:
Gawain Lynch (
[email protected]
)
Exibir arquivo
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