baserCMS クラスリファレンス

ContentFoldersFrontServiceInterface

ContentFoldersFrontServiceInterface

Table of Contents

Methods

getTemplateForView()  : string
フロント用のテンプレートを取得する
getViewVarsForView()  : array<string|int, mixed>
フロント表示用の view 変数を取得する
setupPreviewForView()  : void
プレビュー用のセットアップをする

Methods

getTemplateForView()

フロント用のテンプレートを取得する

public getTemplateForView( $contentFolder) : string
Parameters
$contentFolder :
Tags
noTodo
checked
unitTest
Return values
string

getViewVarsForView()

フロント表示用の view 変数を取得する

public getViewVarsForView(EntityInterface $contentFolder, ServerRequest $request) : array<string|int, mixed>
Parameters
$contentFolder : EntityInterface
$request : ServerRequest
Tags
checked
unitTest
noTodo
Return values
array<string|int, mixed>

setupPreviewForView()

プレビュー用のセットアップをする

public setupPreviewForView(Controller $controller) : void
Parameters
$controller : Controller
Tags
checked
unitTest
noTodo

        
On this page

Search results