PageShortcut
in package
Read onlyYes
ページャのショートカット。
Table of Contents
Properties
- $current : bool
- $enabled : bool
- $kind : PageShortcutKind
- $pageNumber : int
Methods
- __construct() : mixed
- 生成。
Properties
$current
public
bool
$current
$enabled
public
bool
$enabled
$kind
public
PageShortcutKind
$kind
$pageNumber
public
int
$pageNumber
Methods
__construct()
生成。
public
__construct(int $pageNumber, bool $current, bool $enabled, PageShortcutKind $kind) : mixed
Parameters
- $pageNumber : int
-
ページ番号(1基点)。
- $current : bool
-
自身が現在選択ページか。
- $enabled : bool
-
有効か。
- $kind : PageShortcutKind
-
ショートカット種別。HTML(CSS) としてそのまま使用可能。