PHP 클래스 Bravo3\Orm\Mappers\Portation\AbstractMapWriter

상속: implements Bravo3\Orm\Mappers\Portation\MapWriterInterface
파일 보기 프로젝트 열기: bravo3/orm

보호된 프로퍼티들

프로퍼티 타입 설명
$manager Bravo3\Orm\Services\EntityManager

공개 메소드들

메소드 설명
setInputManager ( EntityManager $manager ) : void Set the input entity managed used for reading entities

보호된 메소드들

메소드 설명
managerMustExist ( ) Throws an exception if the entity manager is not set

메소드 상세

managerMustExist() 보호된 메소드

Throws an exception if the entity manager is not set
protected managerMustExist ( )

setInputManager() 공개 메소드

Set the input entity managed used for reading entities
public setInputManager ( EntityManager $manager ) : void
$manager Bravo3\Orm\Services\EntityManager
리턴 void

프로퍼티 상세

$manager 보호되어 있는 프로퍼티

protected EntityManager,Bravo3\Orm\Services $manager
리턴 Bravo3\Orm\Services\EntityManager