PHP Class Swiftriver\PreProcessingSteps\TagTheNetPreProcessingStep

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

Méthodes publiques

Méthode Description
Description ( )
Name ( )
Process ( Content[] $contentItems, CoreConfigurationHandler $configuration, $logger ) : Content[] This method, converts the relevant bits of the Content items to JSON, sends them to the TheThe.net service and using the return JSON, adds tags to the content.
ReturnRequiredParameters ( )
__construct ( ) Constructor method to include the setup file

Method Details

Description() public méthode

public Description ( )

Name() public méthode

public Name ( )

Process() public méthode

This method, converts the relevant bits of the Content items to JSON, sends them to the TheThe.net service and using the return JSON, adds tags to the content.
public Process ( Content[] $contentItems, CoreConfigurationHandler $configuration, $logger ) : Content[]
$contentItems Swiftriver\Core\ObjectModel\Content[]
$configuration Swiftriver\Core\Configuration\ConfigurationHandlers\CoreConfigurationHandler
Résultat Swiftriver\Core\ObjectModel\Content[]

ReturnRequiredParameters() public méthode

__construct() public méthode

Constructor method to include the setup file
public __construct ( )