Page
in package
Table of Contents
Properties
- $destinationPathname : string
- 出力先ファイルのパス
- $url : string
- ページのURL
Methods
- __construct() : mixed
- getDestinationPathname() : string
- 出力先ファイルのファイル名を含むパスを取得
- getUrl() : string
- ページのURLを取得
Properties
$destinationPathname
出力先ファイルのパス
private
string
$destinationPathname
$url
ページのURL
private
string
$url
Methods
__construct()
public
__construct(string $url, string $destinationPathname) : mixed
Parameters
- $url : string
- $destinationPathname : string
getDestinationPathname()
出力先ファイルのファイル名を含むパスを取得
public
getDestinationPathname() : string
Return values
stringgetUrl()
ページのURLを取得
public
getUrl() : string