PHP Class Bravo3\Orm\Mappers\Portation\AbstractMapWriter

Inheritance: implements Bravo3\Orm\Mappers\Portation\MapWriterInterface
Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$manager Bravo3\Orm\Services\EntityManager

Public Methods

Method Description
setInputManager ( EntityManager $manager ) : void Set the input entity managed used for reading entities

Protected Methods

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

Method Details

managerMustExist() protected method

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

setInputManager() public method

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

Property Details

$manager protected_oe property

protected EntityManager,Bravo3\Orm\Services $manager
return Bravo3\Orm\Services\EntityManager