Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Meta/Api/
H A DMetadataTabular.php193 foreach ($identifierValues as $identifierValue) {
195 if ($identifierValue === "") {
200 ->setFromStoreValue($identifierValue);
247 $identifierValue = $this->getRowId($identifierMetadata);
248 $this->rows[$identifierValue] = [$identifierPersistentName => $identifierMetadata];
286 function remove(string $identifierValue): MetadataTabular argument
292 unset($this->rows[$identifierValue]);
298 function has($identifierValue): bool argument
304 return isset($this->rows[$identifierValue]);
387 $identifierValue = $identifierMetadata->getValue(); // normalize if any
[all …]