\Puyo\PagerPage

ページ

Summary

Methods
Properties
Constants
__construct()
getPageNo()
getLinkURL()
toArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$pageNo
$controllerURI
$paramName
N/A

Properties

$pageNo

$pageNo : integer

ページ番号

Type

integer

$controllerURI

$controllerURI : string

コントローラのURI

Type

string

$paramName

$paramName : string

ページ番号を表すパラメータの名前

Type

string

Methods

__construct()

__construct(string|integer  $pageNo, string  $controllerURI, string  $paramName) 

コンストラクタ

Parameters

string|integer $pageNo

ページ番号

string $controllerURI

コントローラのURI

string $paramName

getPageNo()

getPageNo() : integer

ページ番号を返す

Returns

integer —

ページ番号

getLinkURL()

getLinkURL() : string

リンク用のURLを返す

Returns

string —

リンク用URL

toArray()

toArray() : array

このオブジェクトをHashにして返す

Returns

array —

ページ