PHP Class Sonata\Component\Product\SeoProductIterator

Author: Hugo Briand ([email protected])
Inheritance: implements Exporter\Source\SourceIteratorInterface
Show file Open project: sonata-project/ecommerce

Protected Properties

Property Type Description
$iterator Exporter\Source\SymfonySitemapSourceIterator

Public Methods

Method Description
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, string $class, Symfony\Component\Routing\RouterInterface $router, string $routeName ) Constructor.
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Method Details

__construct() public method

Constructor.
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, string $class, Symfony\Component\Routing\RouterInterface $router, string $routeName )
$registry Symfony\Bridge\Doctrine\RegistryInterface
$class string
$router Symfony\Component\Routing\RouterInterface
$routeName string

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$iterator protected property

protected SymfonySitemapSourceIterator,Exporter\Source $iterator
return Exporter\Source\SymfonySitemapSourceIterator