PHP Class Swiftriver\PreProcessingSteps\SiCDSPreProcessingStep

Inheritance: implements Swiftriver\Core\PreProcessing\IPreProcessingStep
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode 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 ( Content[] $contentItems, CoreConfigurationHandler $configuration, Log $logger ) : Content[] Interface method that all PrePorcessing Steps must implement
ReturnRequiredParameters ( ) : ConfigurationElement[] This method returns an array of the required paramters that are nessesary to run this step.

Method Details

Description() public méthode

The description of this step
public Description ( ) : string
Résultat string

Name() public méthode

The short name for this pre-processing step, should be no longer than 50 chars
public Name ( ) : string
Résultat string

Process() public méthode

Interface method that all PrePorcessing Steps must implement
public Process ( Content[] $contentItems, CoreConfigurationHandler $configuration, Log $logger ) : Content[]
$contentItems Swiftriver\Core\ObjectModel\Content[]
$configuration Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler
$logger Log
Résultat Swiftriver\Core\ObjectModel\Content[]

ReturnRequiredParameters() public méthode

This method returns an array of the required paramters that are nessesary to run this step.
public ReturnRequiredParameters ( ) : ConfigurationElement[]
Résultat Swiftriver\Core\ObjectModel\ConfigurationElement[]