PHP Class MetaArticleSlideshowList

Inheritance: implements Iterator
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

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

Method Details

__construct() public method

public __construct ( integer $articleNumber )
$articleNumber integer

current() public method

public current ( ) : MetaSlideshow
return MetaSlideshow

key() public method

public key ( ) : integer
return integer

next() public method

public next ( ) : void
return void

rewind() public method

public rewind ( ) : void
return void

valid() public method

public valid ( ) : boolean
return boolean