Searched refs:childrenObject (Results 1 – 2 of 2) sorted by relevance
33 foreach ($metadata->getChildrenObject() as $childrenObject) {34 $childrenValue = $this->data[$childrenObject::getName()];36 $value[$childrenObject::getPersistentName()] = $childrenValue;
55 private $childrenObject; variable in ComboStrap\\Metadata197 if ($this->childrenObject !== null) {198 return $this->childrenObject;202 $this->childrenObject[] = Metadata::toMetadataObject($childrenClass)208 return $this->childrenObject;