PHP Class MetaArticleSlideshowList

Inheritance: implements Iterator
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
__construct ( integer $articleNumber )
current ( ) : MetaSlideshow
key ( ) : integer
next ( ) : void
rewind ( ) : void
valid ( ) : boolean

Method Details

__construct() public méthode

public __construct ( integer $articleNumber )
$articleNumber integer

current() public méthode

public current ( ) : MetaSlideshow
Résultat MetaSlideshow

key() public méthode

public key ( ) : integer
Résultat integer

next() public méthode

public next ( ) : void
Résultat void

rewind() public méthode

public rewind ( ) : void
Résultat void

valid() public méthode

public valid ( ) : boolean
Résultat boolean