1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0] Adding missing _platform property

This commit is contained in:
jwage 2009-06-20 13:56:46 +00:00
parent ada2c5c5a7
commit cc59161bea

View File

@ -44,6 +44,9 @@ abstract class AbstractHydrator
/** @var EntityManager The EntityManager instance. */
protected $_em;
/** @var AbstractPlatform The dbms Platform instance */
protected $_platform;
/** @var UnitOfWork The UnitOfWork of the associated EntityManager. */
protected $_uow;