Méthode | Description | |
---|---|---|
addFeed ( string $channel, string $feed ) | Add feed to channel | |
fetch ( string $channel = 'default' ) : array | ||
getFeed ( string $channel ) : string | Retrieve a channel | |
getFeeds ( ) : array | Retrieve all channels | |
popParser ( ) : FastFeed\Parser\ParserInterface | ||
popProcessor ( ) : FastFeed\Processor\ProcessorInterface | ||
pushParser ( FastFeed\Parser\ParserInterface $parser ) | ||
pushProcessor ( FastFeed\Processor\ProcessorInterface $processor ) | ||
setFeed ( string $channel, string $feed ) | Set a channel | |
setHttpClient ( Guzzle\Http\ClientInterface $guzzle ) | Set Guzzle | |
setLogger ( Psr\Log\LoggerInterface $logger ) |
public popParser ( ) : FastFeed\Parser\ParserInterface | ||
Résultat | FastFeed\Parser\ParserInterface |
public popProcessor ( ) : FastFeed\Processor\ProcessorInterface | ||
Résultat | FastFeed\Processor\ProcessorInterface |
public pushParser ( FastFeed\Parser\ParserInterface $parser ) | ||
$parser | FastFeed\Parser\ParserInterface |
public pushProcessor ( FastFeed\Processor\ProcessorInterface $processor ) | ||
$processor | FastFeed\Processor\ProcessorInterface |
public setHttpClient ( Guzzle\Http\ClientInterface $guzzle ) | ||
$guzzle | Guzzle\Http\ClientInterface |
public setLogger ( Psr\Log\LoggerInterface $logger ) | ||
$logger | Psr\Log\LoggerInterface |