Méthode |
Description |
|
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". |
|