FileProcessingAspect implements AspectInterface
Read onlyYes
FinalYes
The aspect contains the processed file representation that is requested to process locally.
Allowed properties:
- deferProcessing
Table of Contents
Interfaces
- AspectInterface
- Interface AspectInterface Think of an aspect like a property bag
Methods
- __construct() : mixed
- get() : mixed
- Fetch the values
- isProcessingDeferred() : bool
Methods
__construct()
public
__construct([bool $deferProcessing = true ]) : mixed
Parameters
- $deferProcessing : bool = true
get()
Fetch the values
public
get(string $name) : mixed
Parameters
- $name : string
Tags
isProcessingDeferred()
public
isProcessingDeferred() : bool