StartupOptions
in package
Read onlyYes
スタートアップオプション。
Table of Contents
Properties
- $errorHandling : bool
- $public : string
- $root : string
Methods
- __construct() : mixed
- 生成。
Properties
$errorHandling
public
bool
$errorHandling
= true
$public
public
string
$public
$root
public
string
$root
Methods
__construct()
生成。
public
__construct(string $root, string $public[, bool $errorHandling = true ]) : mixed
Parameters
- $root : string
-
アプリケーションのルートディレクトリ($HOME/app とか)。
- $public : string
-
$homeから見た公開ディレクトリ相対パス。(Webアプリとして使用しない場合は空)。
- $errorHandling : bool = true
-
エラーハンドリングを設定するか。テストで制御する目的のため原則未指定で良い。