PHP Класс Bravo3\Orm\Mappers\Portation\AbstractMapWriter

Наследование: implements Bravo3\Orm\Mappers\Portation\MapWriterInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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