Structures_DataGrid::setCurrentPage

Structures_DataGrid::setCurrentPage() – 現在のページ番号を定義する

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::setCurrentPage ( mixed $page )

Description

このメソッドは、ページ処理機能が実装されている場合に使用します。

Parameter

mixed $page

現在のページ番号 (文字列あるいは整数値)。

Throws

例外はスローされません。

Note

This function can not be called statically.