a-blog cms PHP API Reference

EntryPage extends Page
in package

Table of Contents

Properties

$entryId  : int
ページのエントリーID

Methods

__construct()  : mixed
getDestinationPathname()  : string
出力先ファイルのファイル名を含むパスを取得
getEntryId()  : int
ページのエントリーIDを取得
getUrl()  : string
ページのURLを取得
getUserAgent()  : string|null
ユーザーエージェントを取得
isWithSession()  : bool
セッションを含むかどうかを取得

Properties

$entryId

ページのエントリーID

private int $entryId

Methods

__construct()

public __construct(string $url, string $destinationPathname, int $entryId[, string|null $userAgent = null ][, bool $withSession = false ]) : mixed
Parameters
$url : string
$destinationPathname : string
$entryId : int
$userAgent : string|null = null
$withSession : bool = false

getDestinationPathname()

出力先ファイルのファイル名を含むパスを取得

public getDestinationPathname() : string
Return values
string

getEntryId()

ページのエントリーIDを取得

public getEntryId() : int
Return values
int

getUrl()

ページのURLを取得

public getUrl() : string
Return values
string

getUserAgent()

ユーザーエージェントを取得

public getUserAgent() : string|null
Return values
string|null

isWithSession()

セッションを含むかどうかを取得

public isWithSession() : bool
Return values
bool

        
On this page

Search results