mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02: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