1.2.1243. Typo 3 usage¶
This rule reports usage of the Typo 3 CMS API in the code.
TYPO3 is a free enterprise-class CMS based on PHP. It combines open source code with reliability and true scalability.
<?php
declare(strict_types=1);
namespace MyVendor\SjrOffers\Controller;
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
class OfferController extends ActionController
{
// action methods will be following here
}
?>
See also Typo3.
1.2.1243.1. Connex PHP features¶
1.2.1243.1.1. Specs¶
Short name |
Vendors/Typo3 |
Rulesets |
|
Exakat since |
1.9.9 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Slow (1 hour) |
Precision |
Very high |
Available in |