EntryPage
extends Page
in package
Table of Contents
Properties
- $entryId : int
- ページのエントリーID
Methods
- __construct() : mixed
- getDestinationPathname() : string
- 出力先ファイルのファイル名を含むパスを取得
- getEntryId() : int
- ページのエントリーIDを取得
- getUrl() : string
- ページのURLを取得
Properties
$entryId
ページのエントリーID
private
int
$entryId
Methods
__construct()
public
__construct(string $url, string $destinationPathname, int $entryId) : mixed
Parameters
- $url : string
- $destinationPathname : string
- $entryId : int
getDestinationPathname()
出力先ファイルのファイル名を含むパスを取得
public
getDestinationPathname() : string
Return values
stringgetEntryId()
ページのエントリーIDを取得
public
getEntryId() : int
Return values
intgetUrl()
ページのURLを取得
public
getUrl() : string