Actions
Task #72022
closedRemove class loading fallback in cObject
Start date:
2015-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Remove cObj->isClassAvailable() as this class was
introduced in TYPO3 4.3 before autoloading was there.
Now, with TYPO3 CMS 7, autoloading is completely done
via spl_autoload_register and class_exists() does the
autoloading automatically, both in composer-mode and
non-composer-mode.
The method is therefore removed as the fallback is
pre-historic and a simple class_exists() check is added.
Actions