mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Optimized entity mapping for collections
This commit is contained in:
		| @@ -37,10 +37,11 @@ class Reciever extends AbstractMeta implements RecieverInterface | ||||
|      * | ||||
|      * @var ArrayCollection | SourceInterface[] | ||||
|      */ | ||||
|     protected $members; | ||||
|     protected $collection; | ||||
|  | ||||
|     public function __construct() | ||||
|     { | ||||
|         $this->members = new ArrayCollection(); | ||||
|         parent::__construct(); | ||||
|         $this->collection = new ArrayCollection(); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user