PHP Class yii\web\SessionIterator

Since: 2.0
Author: Qiang Xue ([email protected])
Inheritance: implements Iterator
Afficher le fichier Open project: yiisoft/yii2

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
current ( ) : mixed Returns the current array element.
key ( ) : mixed Returns the key of the current array element.
next ( ) Moves the internal pointer to the next array element.
rewind ( ) Rewinds internal array pointer.
valid ( ) : boolean Returns whether there is an element at current position.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

current() public méthode

This method is required by the interface [[\Iterator]].
public current ( ) : mixed
Résultat mixed the current array element

key() public méthode

This method is required by the interface [[\Iterator]].
public key ( ) : mixed
Résultat mixed the key of the current array element

next() public méthode

This method is required by the interface [[\Iterator]].
public next ( )

rewind() public méthode

This method is required by the interface [[\Iterator]].
public rewind ( )

valid() public méthode

This method is required by the interface [[\Iterator]].
public valid ( ) : boolean
Résultat boolean