public function __construct()
 {
     $this->objectClass = new ArrayCollection();
     $hydrater = new Hydrater(get_class($this));
     $hydrater->defineCollection($this);
     $hydrater->defineObjectClass($this);
 }
Beispiel #2
0
 public function __construct()
 {
     $hydrater = new Hydrater(get_class($this));
     $hydrater->defineCollection($this);
 }