Method | Description | |
---|---|---|
Description ( ) : string | The description of this step | |
Name ( ) : string | The short name for this pre-processing step, should be no longer than 50 chars | |
Process ( |
Interface method that all PrePorcessing Steps must implement | |
ReturnRequiredParameters ( ) : |
This method returns an array of the required paramters that are nessesary to run this step. |
public Description ( ) : string | ||
return | string |
public Process ( |
||
$contentItems | ||
$configuration | ||
$logger | Log | |
return |
public ReturnRequiredParameters ( ) : |
||
return |