PHP Class Bravo3\Orm\Mappers\Portation\AbstractMapWriter

Inheritance: implements Bravo3\Orm\Mappers\Portation\MapWriterInterface
Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$manager Bravo3\Orm\Services\EntityManager

Méthodes publiques

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

Méthodes protégées

Méthode Description
managerMustExist ( ) Throws an exception if the entity manager is not set

Method Details

managerMustExist() protected méthode

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

setInputManager() public méthode

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

Property Details

$manager protected_oe property

protected EntityManager,Bravo3\Orm\Services $manager
Résultat Bravo3\Orm\Services\EntityManager