PostProcessorInterface
interface PostProcessorInterface implements ProcessorInterface (View source)
Methods
$this
from
ProcessorInterface
int
getPostProcessPriority()
Get the priority of this post-processor.
bool
shouldPostProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Check if this post-processor should process an imported file.
postProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Post-process am imported file.
Details
$this
readConfiguration(Repository $config)
Initialize the processor from the configured values.
int
getPostProcessPriority()
Get the priority of this post-processor.
bool
shouldPostProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Check if this post-processor should process an imported file.
postProcess(ImportingFile $file, ImportOptions $options, Version $importedVersion)
Post-process am imported file.