PHP 클래스 Swiftriver\PreProcessingSteps\TagTheNetPreProcessingStep

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

공개 메소드들

메소드 설명
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 ( )