Searched refs:anotherCollection (Results 1 – 1 of 1) sorted by relevance
18 private $anotherCollection; variable in JMS\\Serializer\\Tests\\Fixtures\\CircularReferenceParent25 $this->anotherCollection = new ArrayCollection();26 $this->anotherCollection->add(new CircularReferenceChild('child1', $this));27 $this->anotherCollection->add(new CircularReferenceChild('child2', $this));40 if (!$this->anotherCollection) {41 $this->anotherCollection = new ArrayCollection();43 foreach ($this->anotherCollection as $v) {