‪TYPO3CMS  10.4
TaskInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
20 
33 {
38  public function ‪__construct(‪ProcessedFile $targetFile, array $configuration);
39 
45  public function ‪getName();
46 
52  public function ‪getType();
53 
59  public function ‪getTargetFile();
60 
66  public function ‪getSourceFile();
67 
73  public function ‪getConfiguration();
74 
80  public function ‪getConfigurationChecksum();
81 
87  public function ‪getTargetFileName();
88 
94  public function ‪getTargetFileExtension();
95 
104  public function ‪fileNeedsProcessing();
105 
111  public function ‪isExecuted();
112 
119  public function ‪setExecuted($successful);
120 
128  public function ‪isSuccessful();
129 }
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\__construct
‪__construct(ProcessedFile $targetFile, array $configuration)
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getType
‪string getType()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface
Definition: TaskInterface.php:33
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getSourceFile
‪Resource File getSourceFile()
‪TYPO3\CMS\Core\Resource\Processing
Definition: AbstractGraphicalTask.php:16
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\fileNeedsProcessing
‪bool fileNeedsProcessing()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\isSuccessful
‪bool isSuccessful()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getTargetFile
‪Resource ProcessedFile getTargetFile()
‪TYPO3\CMS\Core\Resource\File
Definition: File.php:24
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getName
‪string getName()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getConfiguration
‪array getConfiguration()
‪TYPO3\CMS\Core\Resource
Definition: generateMimeTypes.php:52
‪TYPO3\CMS\Core\Resource\ProcessedFile
Definition: ProcessedFile.php:44
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\isExecuted
‪bool isExecuted()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\setExecuted
‪setExecuted($successful)
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getConfigurationChecksum
‪string getConfigurationChecksum()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getTargetFileExtension
‪string getTargetFileExtension()
‪TYPO3\CMS\Core\Resource\Processing\TaskInterface\getTargetFileName
‪string getTargetFileName()