PHP Класс Swiftriver\PreProcessingSteps\SiCDSPreProcessingStep

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

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

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

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

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

The description of this step
public Description ( ) : string
Результат string

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

The short name for this pre-processing step, should be no longer than 50 chars
public Name ( ) : string
Результат string

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

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

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

This method returns an array of the required paramters that are nessesary to run this step.
public ReturnRequiredParameters ( ) : ConfigurationElement[]
Результат Swiftriver\Core\ObjectModel\ConfigurationElement[]