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

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

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

Метод Описание
GetDescription ( ) : string This method returns a string describing the implementation details of this parser
GetSettings ( ) : 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).
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".

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

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

This method returns a string describing the implementation details of this parser
public GetDescription ( ) : string
Результат string - implementation details

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

Returns a null if no field is required
public GetSettings ( ) : array[]
Результат array[] of fields

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