TYPO3 CMS  TYPO3_6-2
ImageCropScaleMaskTask.php
Go to the documentation of this file.
1 <?php
3 
17 use \TYPO3\CMS\Core\Resource;
18 
23 
27  protected $type = 'Image';
28 
32  protected $name = 'CropScaleMask';
33 
37  public function getTargetFileName() {
38  return 'csm_' . parent::getTargetFilename();
39  }
40 
48  protected function isValidConfiguration(array $configuration) {
49  // TODO: Implement isValidConfiguration() method.
50  }
51 
52  public function fileNeedsProcessing() {
53  // TODO: Implement fileNeedsProcessing() method.
54  }
55 }