Home
last modified time | relevance | path

Searched refs:anotherCollection (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DCircularReferenceParent.php18 private $anotherCollection; variable in JMS\\Serializer\\Tests\\Fixtures\\CircularReferenceParent
25 $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) {