PHP 클래스 Pimcore\Update

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dryRun boolean
$tmpTable string
$updateHost string

공개 메소드들

메소드 설명
cleanup ( )
clearOPCaches ( )
composerDumpAutoload ( ) : array
downloadData ( $revision, $url )
executeScript ( $revision, $type ) : array
getAvailableUpdates ( null $currentRev = null ) : array
getJobs ( $toRevision, null $currentRev = null ) : array
installComposerJson ( $newFile, $oldFile )
installData ( $revision )
isComposerAvailable ( ) : boolean
isWriteable ( ) : boolean
updateMaxmindDb ( )

메소드 상세

cleanup() 공개 정적인 메소드

public static cleanup ( )

clearOPCaches() 공개 정적인 메소드

public static clearOPCaches ( )

composerDumpAutoload() 공개 정적인 메소드

public static composerDumpAutoload ( ) : array
리턴 array

downloadData() 공개 정적인 메소드

public static downloadData ( $revision, $url )
$revision
$url

executeScript() 공개 정적인 메소드

public static executeScript ( $revision, $type ) : array
$revision
$type
리턴 array

getAvailableUpdates() 공개 정적인 메소드

public static getAvailableUpdates ( null $currentRev = null ) : array
$currentRev null
리턴 array

getJobs() 공개 정적인 메소드

public static getJobs ( $toRevision, null $currentRev = null ) : array
$toRevision
$currentRev null
리턴 array

installComposerJson() 공개 정적인 메소드

public static installComposerJson ( $newFile, $oldFile )
$newFile
$oldFile

installData() 공개 정적인 메소드

public static installData ( $revision )
$revision

isComposerAvailable() 공개 정적인 메소드

public static isComposerAvailable ( ) : boolean
리턴 boolean

isWriteable() 공개 정적인 메소드

public static isWriteable ( ) : boolean
리턴 boolean

updateMaxmindDb() 공개 정적인 메소드

public static updateMaxmindDb ( )

프로퍼티 상세

$dryRun 공개적으로 정적으로 프로퍼티

public static bool $dryRun
리턴 boolean

$tmpTable 공개적으로 정적으로 프로퍼티

public static string $tmpTable
리턴 string

$updateHost 공개적으로 정적으로 프로퍼티

public static string $updateHost
리턴 string