@@ -105,6 +105,9 @@ discard block |
||
105 | 105 | } |
106 | 106 | } |
107 | 107 | |
108 | + /** |
|
109 | + * @param string $format |
|
110 | + */ |
|
108 | 111 | private function denormalizeInverseFunctionalIdentifier($data, $format = null, array $context = array()) |
109 | 112 | { |
110 | 113 | if (isset($data['mbox'])) { |
@@ -124,6 +127,9 @@ discard block |
||
124 | 127 | } |
125 | 128 | } |
126 | 129 | |
130 | + /** |
|
131 | + * @return \Xabbuh\XApi\Model\Account |
|
132 | + */ |
|
127 | 133 | private function denormalizeAccount($data, $format = null, array $context = array()) |
128 | 134 | { |
129 | 135 | if (!isset($data['account'])) { |
@@ -133,6 +139,9 @@ discard block |
||
133 | 139 | return $this->denormalizeData($data['account'], 'Xabbuh\XApi\Model\Account', $format, $context); |
134 | 140 | } |
135 | 141 | |
142 | + /** |
|
143 | + * @param string $format |
|
144 | + */ |
|
136 | 145 | private function denormalizeGroup(InverseFunctionalIdentifier $iri, $name, $data, $format = null, array $context = array()) |
137 | 146 | { |
138 | 147 | $members = array(); |