PHP 클래스 Sonata\Component\Product\SeoProductIterator

저자: Hugo Briand ([email protected])
상속: implements Exporter\Source\SourceIteratorInterface
파일 보기 프로젝트 열기: sonata-project/ecommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$iterator Exporter\Source\SymfonySitemapSourceIterator

공개 메소드들

메소드 설명
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, string $class, Symfony\Component\Routing\RouterInterface $router, string $routeName ) Constructor.
current ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

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 current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$iterator 보호되어 있는 프로퍼티

protected SymfonySitemapSourceIterator,Exporter\Source $iterator
리턴 Exporter\Source\SymfonySitemapSourceIterator