Fully Qualified Name: | Laminas\Mvc\Service\ViewFeedStrategyFactory |
Implements: | FactoryInterface |
Name | Description | Defined By |
---|---|---|
__invoke() | Create and return the Feed view strategy | ViewFeedStrategyFactory |
Create and return the Feed view strategy
Retrieves the ViewFeedRenderer service from the service locator, and injects it into the constructor for the feed strategy.
It then attaches the strategy to the View service, at a priority of 100.
Parameter Name | Type | Description |
---|---|---|
$container | \ContainerInterface | |
$name | string | |
$options | null|array |
Returns: \FeedStrategy