Documentation

CreateFeed

Use case for creating a new feed.

Tags
since
3.0.0

Table of Contents

Properties

$feedRepository  : FeedRepositoryInterface

Methods

__construct()  : mixed
Constructor.
execute()  : Feed
Execute the use case.

Properties

Methods

execute()

Execute the use case.

public execute(int $languageId, string $name, string $sourceUri[, string $articleSectionTags = '' ][, string $filterTags = '' ][, string $options = '' ]) : Feed
Parameters
$languageId : int

Language ID

$name : string

Feed name

$sourceUri : string

Feed source URI

$articleSectionTags : string = ''

XPath selectors for article content

$filterTags : string = ''

XPath selectors for elements to remove

$options : string = ''

Feed options string

Return values
Feed

The created feed


        
On this page

Search results