Skip to content
Snippets Groups Projects
Commit 9489eef6 authored by Mathias Schreiber's avatar Mathias Schreiber Committed by Markus Klein
Browse files

[CLEANUP] Code Cleanup of AbstractPlugin

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:
* 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.

Resolves: #62662
Releases: master
Change-Id: I6a698b2481f33643ab800c7152f710f4ed6706a5
Reviewed-on: http://review.typo3.org/33762


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent 8b944786
Branches
Tags
No related merge requests found
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment