Project

General

Profile

Actions

Task #38334

closed

Cleanup: Useless method overriding in class localRecordList

Added by Andy Grunwald almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2012-06-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

In localRecordList the method __construct just calls his parent

/**
 * Constructor
 */
public function __construct() {
    parent::__construct();
}

This is quite useless, because due OOP, the parent method (recordList::__construct) is called, if localRecordList does not provide a local / override method.

Actions

Also available in: Atom PDF