Project

General

Profile

Actions

Bug #95686

open

Change Paginator and Pagination final classes to virtual classes

Added by Stefan P over 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Currently the core-shipped Paginator and Pagination classes are declared final .

I want to override them to change a small detail in their implementation for my specific project. I can not do so because of final , but have to copy-paste most of it instead of just extend-ing them.

TYPO3 provides an API framework to extend on, not a "finished" ready-for-market software, so no public API classes should ever be final (only purely internal non-public-API classes may be final).


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #89603: Introduce native pagination for listsClosedAlexander Schnitzler2019-11-07

Actions
Actions #1

Updated by Oliver Hader over 2 years ago

  • Related to Feature #89603: Introduce native pagination for lists added
Actions

Also available in: Atom PDF