Lines Matching defs:identifierValue
193 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 = $identifierMetadata->getValue(); // normalize if any
391 if (DataType::isObject($identifierValue)) {
395 $identifierValue = $identifierValue->__toString();
397 return $identifierValue;