PHP Класс Swiftriver\PreProcessingSteps\TagTheNetPreProcessingStep

Наследование: implements Swiftriver\Core\PreProcessing\IPreProcessingStep
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Description() публичный Метод

public Description ( )

Name() публичный Метод

public Name ( )

Process() публичный Метод

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
Результат Swiftriver\Core\ObjectModel\Content[]

ReturnRequiredParameters() публичный Метод

__construct() публичный Метод

Constructor method to include the setup file
public __construct ( )