interface ProcessorInterface in Configuration Management 7.3
Hierarchy
- interface \Configuration\Processors\ProcessorInterface
Expanded class hierarchy of ProcessorInterface
All classes that implement ProcessorInterface
File
- src/
Processors/ ProcessorInterface.php, line 7
Namespace
Configuration\ProcessorsView source
interface ProcessorInterface {
public static function availableProcessors();
public function apply(Configuration $configuration, $properties = array());
public function revert(Configuration $configuration, $properties = array());
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ProcessorInterface:: |
public | function | 1 | |
ProcessorInterface:: |
public static | function | 1 | |
ProcessorInterface:: |
public | function | 1 |