| Total Complexity | 1 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class Typo6 extends \TYPO3\CMS\Scheduler\Task\AbstractTask |
||
| 23 | { |
||
| 24 | private $fieldSite = 'aimeos_sitecode'; |
||
| 25 | private $fieldController = 'aimeos_controller'; |
||
| 26 | private $fieldTSconfig = 'aimeos_config'; |
||
| 27 | |||
| 28 | |||
| 29 | /** |
||
| 30 | * Executes the configured tasks. |
||
| 31 | * |
||
| 32 | * @return boolean True if success, false if not |
||
| 33 | * @throws Exception If an error occurs |
||
| 34 | */ |
||
| 35 | public function execute() |
||
| 46 |