Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php36 foreach ($metadata->getChildrenObject() as $childrenObject) {
37 $childrenValue = $this->data[$childrenObject::getName()];
39 $value[$childrenObject::getPersistentName()] = $childrenValue;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php113 private array $childrenObject; variable in ComboStrap\\Meta\\Api\\Metadata
176 if (isset($this->childrenObject)) {
177 return $this->childrenObject;
181 $this->childrenObject[] = MetadataSystem::toMetadataObject($childrenClass)
187 return $this->childrenObject;