Deprecation: #85735 - Various method and property in DocumentTemplate
See forge#85735
Description
The method
Document
has been marked as deprecated.
The property
Document
has been marked as protected as the property is not evaluated anymore in the core.
Impact
Calling
Document
will trigger a PHP
E_
error.
Using the property
Document
will trigger a PHP
E_
error.
Affected Installations
Instances with third party code directly accessing the method or the property.
Migration
Document
can be replaced by using
Page
.
The property has no migration available.