Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php33 foreach ($metadata->getChildrenObject() as $childrenObject) {
34 $childrenValue = $this->data[$childrenObject::getName()];
36 $value[$childrenObject::getPersistentName()] = $childrenValue;
H A DMetadata.php55 private $childrenObject; variable in ComboStrap\\Metadata
197 if ($this->childrenObject !== null) {
198 return $this->childrenObject;
202 $this->childrenObject[] = Metadata::toMetadataObject($childrenClass)
208 return $this->childrenObject;