baserCMS クラスリファレンス

UtilitiesServiceInterface

UtilitiesServiceInterface

Table of Contents

Methods

backupDb()  : string|false
DBバックアップを作成する
createLogZip()  : string|false
ログのZipファイルを作成する
deleteLog()  : bool
ログを削除する
getCredit()  : mixed|null
クレジットを取得する
resetContentsTree()  : mixed
コンテンツツリーをリセットし全て同階層にする
resetTmpSchemaFolder()  : bool
スキーマ用の一時フォルダをリセットする
restoreDb()  : bool
バックアップファイルよりレストアを行う
verityContentsTree()  : bool
コンテンツツリーの構造をチェックする

Methods

backupDb()

DBバックアップを作成する

public backupDb( $encoding) : string|false
Parameters
$encoding :
Tags
checked
noTodo
unitTest
Return values
string|false

createLogZip()

ログのZipファイルを作成する

public createLogZip() : string|false
Tags
checked
noTodo
unitTest
Return values
string|false

getCredit()

クレジットを取得する

public getCredit() : mixed|null
Tags
checked
noTodo
unitTest
Return values
mixed|null

resetContentsTree()

コンテンツツリーをリセットし全て同階層にする

public resetContentsTree() : mixed
Tags
checked
noTodo
unitTest

resetTmpSchemaFolder()

スキーマ用の一時フォルダをリセットする

public resetTmpSchemaFolder() : bool
Tags
checked
noTodo
unitTest
Return values
bool

restoreDb()

バックアップファイルよりレストアを行う

public restoreDb(array<string|int, mixed> $postData, array<string|int, mixed> $uploaded) : bool
Parameters
$postData : array<string|int, mixed>
$uploaded : array<string|int, mixed>
Tags
checked
noTodo
unitTest
Return values
bool

verityContentsTree()

コンテンツツリーの構造をチェックする

public verityContentsTree() : bool
Tags
checked
noTodo
unitTest
Return values
bool

        
On this page

Search results