Actions
Task #62662
closedCode Cleanup of AbstractPlugin
Start date:
2014-11-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
AbstractPlugin serves as a base for non-extbase plugins.
In order to allow for a notice free environment and no code warnings within TYPO3 CMS AbstractPlugin should:
In order to allow for a notice free environment and no code warnings within TYPO3 CMS AbstractPlugin should:
- provide a central property for Database access (DatabaseConnection)
- provide a central property to access GLOBALS['TSFE']
These properties will then aid both us in the CMS core development as well as extension authors by supplying code completion in IDEs like PHPStorm or alike.
Actions