---
title: "Deprecation: #81318 - Public properties of PageRepository"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-81318"
source: "Changelog/9.0/Deprecation-81318-PublicPropertiesOfPageRepository.rst"
typo3-version: "9.0"
typo3-major: 9
type: "deprecation"
issue: 81318
forge: "https://forge.typo3.org/issues/81318"
tags: ["PHP-API", "FullyScanned", "Frontend"]
rendered: "2026-09-17T12:41:04+00:00"
---

# Deprecation: #81318 - Public properties of PageRepository {#deprecation-81318-public-properties-of-pagerepository}

See [forge#81318](https://forge.typo3.org/issues/81318)

## Description {#description}

The following properties within the PageRepository PHP class have been marked as deprecated, as they
were moved from public access to protected access:

-   `workspaceCache`
-   `error_getRootLine`
-   `error_getRootLine_failPid`

They should only be accessed from within the PHP class itself.

## Impact {#impact}

Accessing any of the properties directly within PHP will trigger a deprecation warning.

## Affected Installations {#affected-installations}

Extensions accessing one of the previously public properties directly.

## Migration {#migration}

Remove the PHP calls and either extend the PHP class to your own needs or avoid accessing these properties.
