‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Context\FileProcessingAspect Class Reference
Inheritance diagram for TYPO3\CMS\Core\Context\FileProcessingAspect:
TYPO3\CMS\Core\Context\AspectInterface

Public Member Functions

 __construct (bool $deferProcessing=true)
 
bool get (string $name)
 
 isProcessingDeferred ()
 

Private Attributes

bool $deferProcessing
 

Detailed Description

The aspect contains the processed file representation that is requested to process locally.

Allowed properties:

  • ‪file

Definition at line 28 of file FileProcessingAspect.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Context\FileProcessingAspect::__construct ( bool  $deferProcessing = true)

Member Function Documentation

◆ get()

bool TYPO3\CMS\Core\Context\FileProcessingAspect::get ( string  $name)

Fetch the values

Returns
‪bool
Exceptions
AspectPropertyNotFoundException

Implements TYPO3\CMS\Core\Context\AspectInterface.

Definition at line 45 of file FileProcessingAspect.php.

References TYPO3\CMS\Core\Context\FileProcessingAspect\$deferProcessing.

◆ isProcessingDeferred()

TYPO3\CMS\Core\Context\FileProcessingAspect::isProcessingDeferred ( )

Member Data Documentation

◆ $deferProcessing