Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php96 $personCollection = new PersonLocation();
100 $personCollection->person = $person;
101 $personCollection->location = 'The Netherlands';
103 … self::assertEquals($this->getContent('person_location'), $this->serialize($personCollection));
108 $personCollection = new PersonCollection();
112 $personCollection->persons->add($person);
113 $personCollection->location = 'The Netherlands';
247 $personCollection = new PersonCollection();
256 $personCollection->persons->add($personA);
257 $personCollection->persons->add($personB);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithNamespacesAndNestedList.php23 public $personCollection; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithNamespacesAndNestedList