PHP Class Prado\Collections\TPagedListPageChangedEventParameter

TPagedListPageChangedEventParameter is used as the parameter for {@link TPagedList::onPageChanged OnPageChanged} event. To obtain the page index before it was changed, use {@link getOldPageIndex OldPageIndex}.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $oldPage ) Constructor.
getOldPageIndex ( ) : integer

Method Details

__construct() public méthode

Constructor.
public __construct ( $oldPage )

getOldPageIndex() public méthode

public getOldPageIndex ( ) : integer
Résultat integer the index of the page before the list changed to the new page