PeServer

TemplateOptions
in package

テンプレート生成設定。 TODO: #26 で対応するの忘れてる, いまどうこうする気がないので塩漬けしたい

Table of Contents

Properties

$baseDirectoryName  : string
$programContext  : ProgramContext
$rootDirectoryPath  : string
$temporaryDirectoryPath  : string
$urlHelper  : IUrlHelper
$webSecurity  : WebSecurity

Methods

__construct()  : mixed
生成。

Properties

Methods

__construct()

生成。

public __construct(string $rootDirectoryPath, string $baseDirectoryName, ProgramContext $programContext, IUrlHelper $urlHelper, WebSecurity $webSecurity, string $temporaryDirectoryPath) : mixed

注釈の元になるパス: __DIR__\template\base\template.tpl

Parameters
$rootDirectoryPath : string

テンプレートファイル配置ディレクトリのルートパス。(※ __DIR__\template)

$baseDirectoryName : string

テンプレートファイルベースディレクトリの名前。(※ name)

$programContext : ProgramContext
$urlHelper : IUrlHelper

URLベースパス

$webSecurity : WebSecurity
$temporaryDirectoryPath : string

一時ディレクトリパス。テンプレートエンジンによりけりだけどコンパイル結果とかキャッシュとかを配置する親元。


        
On this page

Search results