PHP Class Swiftriver\PreProcessingSteps\TagTheNetPreProcessingStep

Inheritance: implements Swiftriver\Core\PreProcessing\IPreProcessingStep
Datei anzeigen Open project: ushahidi/Swiftriver-2011

Public Methods

Method 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 method

public Description ( )

Name() public method

public Name ( )

Process() public method

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
return Swiftriver\Core\ObjectModel\Content[]

ReturnRequiredParameters() public method

__construct() public method

Constructor method to include the setup file
public __construct ( )