Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ddd
Infrastructure
Application
Service
DoctrineSession
PHP 클래스 Ddd\Infrastructure\Application\Service\DoctrineSession
상속:
implements
Ddd\Application\Service\TransactionalSession
파일 보기
프로젝트 열기: carlosbuenosvinos/ddd
공개 메소드들
메소드
설명
__construct
(
EntityManager
$entityManager
)
executeAtomically
(
callable
$operation
)
{@inheritDoc}
메소드 상세
__construct()
공개
메소드
public
__construct
(
EntityManager
$entityManager
)
$entityManager
Doctrine\ORM\EntityManager
executeAtomically()
공개
메소드
{@inheritDoc}
public
executeAtomically
(
callable
$operation
)
$operation
callable