PHP 클래스 Swiftriver\PreProcessingSteps\SiCDSPreProcessingStep

상속: implements Swiftriver\Core\PreProcessing\IPreProcessingStep
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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[]