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を取得

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
string

getEntryId()

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

public getEntryId() : int
Return values
int

getUrl()

ページのURLを取得

public getUrl() : string
Return values
string

        
On this page

Search results