FileProcessingAspect implements AspectInterface
The aspect contains the processed file representation that is requested to process locally.
Allowed properties:
- file
Table of Contents
Interfaces
- AspectInterface
- Interface AspectInterface Think of an aspect like a property bag
Methods
- __construct() : mixed
- get() : bool
- 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) : bool
Parameters
- $name : string
Tags
Return values
boolisProcessingDeferred()
public
isProcessingDeferred() : bool