Lines Matching refs:attribute
1048 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue) argument
1050 $query = $this->getParametrizedLookupQuery($attribute);
1079 … page ($this->markupPath) and the page ($attributeValue) have the same $attribute ($attributeValue…
1087 …ity::warning("Error: More than 1 rows ($rowCount) found for attribute ($attribute) with the value …
1121 …Found("The existing pages ($existingPages) have all the same attribute $attribute with the value (…
1224 function getFromRow(string $attribute) argument
1230 if (!array_key_exists($attribute, $this->row)) {
1235 …throw new ExceptionRuntime("The metadata ($attribute) was not found in the returned database row."…
1238 $value = $this->row[$attribute];
1246 $upperAttribute = strtoupper($attribute);
1294 function checkCollision($wikiIdInDatabase, $attribute, $value): void argument
1314 …page ($this->markupPath) and the page ($wikiIdInDatabase) have the same $attribute value ($value)";