Lines Matching refs:self

37             self::ROWID,
39 self::ANALYTICS_ATTRIBUTE,
119 * * from the cache use {@link self::getAnalyticsFromFs()}
120 * * from the db use {@link self::getAnalyticsFromDb()}
414 LogUtility::error("Something went wrong when deleting the page ({$this->markupPath}) from the database with the rowid $rowId", self::CANONICAL, $e);
430 $jsonString = $this->getFromRow(self::ANALYTICS_ATTRIBUTE);
671 $analyticsAttributeValue = $values[self::ANALYTICS_ATTRIBUTE] ?? null;
675 $values[self::ANALYTICS_ATTRIBUTE] = Json::createEmpty()->toPrettyJsonString();
692 $this->row[self::ROWID] = $request
722 return $this->getFromRow(self::ROWID) !== null;
860 LogUtility::internalError("The metadata ($name) is unknown", self::CANONICAL);
879 $metaRecord[self::IS_INDEX_COLUMN] = ($this->markupPath->isIndexPage() === true ? 1 : 0);
896 return $this->getFromRow(self::ROWID);
918 throw new ExceptionRuntimeInternal("Error while retrieving the object by id", self::CANONICAL, 1, $e);
936 throw new ExceptionRuntimeInternal($message, self::CANONICAL);
945 $select = Sqlite::createSelectFromTableAndColumns("pages", self::PAGE_BUILD_ATTRIBUTES);
1013 LogUtility::error($message, self::CANONICAL);
1089 $rowId = $row[self::ROWID] ?? null;
1140 $buildFields = self::PAGE_BUILD_ATTRIBUTES;
1260 throw new ExceptionCompile("Unable to get the analytics document", self::CANONICAL, 0, $e);
1279 $record[self::ANALYTICS_ATTRIBUTE] = $analyticsJsonAsString;
1302 LogUtility::info("The non-existing duplicate page ($wikiIdInDatabase) has been added as redirect alias for the page ($this->markupPath)", self::CANONICAL);
1309 throw new ExceptionRuntimeInternal($errorMessage, self::CANONICAL);
1324 $query = $this->getParametrizedLookupQuery(self::ROWID);
1334 throw new ExceptionRuntimeInternal("Error while retrieving the object by rowid ($rowId)", self::CANONICAL, 1, $e);
1346 throw new ExceptionRuntimeInternal("Too much record ($rowCount) for the rowid ($rowId)", self::CANONICAL);