PHP Класс Swiftriver\Core\Modules\SiSPS\PushParsers\QuiverPushParser

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

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

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