baserCMS クラスリファレンス

SitesAdminServiceInterface

SitesAdminServiceInterface

Table of Contents

Methods

getViewVarsForAdd()  : array<string|int, mixed>
編集画面用のデータを取得する
getViewVarsForEdit()  : array<string|int, mixed>
編集画面用のデータを取得する
getViewVarsForIndex()  : array<string|int, mixed>
一覧画面用のデータを取得する

Methods

getViewVarsForAdd()

編集画面用のデータを取得する

public getViewVarsForAdd(EntityInterface $site) : array<string|int, mixed>
Parameters
$site : EntityInterface
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>

getViewVarsForEdit()

編集画面用のデータを取得する

public getViewVarsForEdit(EntityInterface $site) : array<string|int, mixed>
Parameters
$site : EntityInterface
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>

getViewVarsForIndex()

一覧画面用のデータを取得する

public getViewVarsForIndex(ResultSet|ResultSetInterface $sites) : array<string|int, mixed>
Parameters
$sites : ResultSet|ResultSetInterface
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>

        
On this page

Search results