PHP 클래스 Swiftriver\Core\Modules\SiSPS\PushParsers\QuiverPushParser

상속: implements Swiftriver\Core\Modules\SiSPS\PushParsers\IPushParser
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
GetDescription ( ) : string This method returns a string describing the implementation details of this parser
GetFields ( ) : array[] This method return an array of fields needed to implement the push mechanism that may be rendered by the UI framework (such as Sweeper / SwiftMeme and others).
GetSettings ( )
PushAndParse ( $raw_content = null, $post_content = null, $get_content = null, $file_content = null ) : Content[] Implementation of IPushParser::PushAndParse
ReturnType ( ) : string This method returns a string describing the type of sources it can parse. For example, the FeedsParser returns "Feeds".

비공개 메소드들

메소드 설명
get_quiver_link ( )

메소드 상세

GetDescription() 공개 메소드

This method returns a string describing the implementation details of this parser
public GetDescription ( ) : string
리턴 string - implementation details

GetFields() 공개 메소드

Returns a null if no field is required
public GetFields ( ) : array[]
리턴 array[] of fields

GetSettings() 공개 메소드

public GetSettings ( )

PushAndParse() 공개 메소드

Implementation of IPushParser::PushAndParse
public PushAndParse ( $raw_content = null, $post_content = null, $get_content = null, $file_content = null ) : Content[]
$raw_content
$post_content
$get_content
$file_content
리턴 Swiftriver\Core\ObjectModel\Content[] contentItems

ReturnType() 공개 메소드

This method returns a string describing the type of sources it can parse. For example, the FeedsParser returns "Feeds".
public ReturnType ( ) : string
리턴 string type of sources parsed