a-blog cms PHP API Reference

Update
in package

Table of Contents

Methods

exec()  : void
init()  : void
handleSuccess()  : void
成功時の処理
notify()  : void
システム更新結果をメール通知
removeDirectory()  : void
ディレクトリを削除
updateDatabase()  : void
データベースを更新
updateSystemFiles()  : void
システムファイルを更新
validatePackage()  : CheckForUpdate
パッケージを検証

Methods

notify()

システム更新結果をメール通知

protected notify("success"|"rollback"|"failed" $result, string $message[, string $version = '' ]) : void
Parameters
$result : "success"|"rollback"|"failed"
$message : string
$version : string = ''

removeDirectory()

ディレクトリを削除

protected removeDirectory(string $path) : void
Parameters
$path : string

updateSystemFiles()

システムファイルを更新

protected updateSystemFiles(LoggerInterface $logger, string $downloadUrl, string $rootDir, string $destDir, bool $createSetup) : void
Parameters
$logger : LoggerInterface
$downloadUrl : string
$rootDir : string
$destDir : string
$createSetup : bool
Tags
throws
RuntimeException

        
On this page

Search results