Home
last modified time | relevance | path

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

/plugin/combo/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
292 unset($this->rows[$identifierValue]);
298 function has($identifierValue): bool
304 return isset($this->rows[$identifierValue]);
387 $identifierValue
287 remove(string $identifierValue) global() argument
299 has($identifierValue) global() argument
[all...]