PHP 클래스 Updates_model, TastyIgniter

상속: extends TI_Model
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

보호된 프로퍼티들

프로퍼티 타입 설명
$endpoint
$updated_files

공개 메소드들

메소드 설명
downloadUpdate ( $update_type, $update = '' )
flushUpdatedFiles ( )
getRemoteData ( $url, $options = [], $params = [] )
getRemoteVersion ( $url )
getUpdates ( $refresh )
getVersions ( $extensions = [], $refresh = FALSE )
installCoreUpdate ( $update_version, $update_file )
lastVersionCheck ( )
update ( $update_type, $update_name = '', $update_version = '' )

보호된 메소드들

메소드 설명
copyTempFiles ( $source, $destination )
isFilesIdentical ( $file_one, $file_two )
removeTempFiles ( $files = [], $from_folder = '' )

메소드 상세

copyTempFiles() 보호된 메소드

protected copyTempFiles ( $source, $destination )

downloadUpdate() 공개 메소드

public downloadUpdate ( $update_type, $update = '' )

flushUpdatedFiles() 공개 메소드

public flushUpdatedFiles ( )

getRemoteData() 공개 메소드

public getRemoteData ( $url, $options = [], $params = [] )

getRemoteVersion() 공개 메소드

public getRemoteVersion ( $url )

getUpdates() 공개 메소드

public getUpdates ( $refresh )

getVersions() 공개 메소드

public getVersions ( $extensions = [], $refresh = FALSE )

installCoreUpdate() 공개 메소드

public installCoreUpdate ( $update_version, $update_file )

isFilesIdentical() 보호된 메소드

protected isFilesIdentical ( $file_one, $file_two )

lastVersionCheck() 공개 메소드

public lastVersionCheck ( )

removeTempFiles() 보호된 메소드

protected removeTempFiles ( $files = [], $from_folder = '' )

update() 공개 메소드

public update ( $update_type, $update_name = '', $update_version = '' )

프로퍼티 상세

$endpoint 보호되어 있는 프로퍼티

protected $endpoint

$updated_files 보호되어 있는 프로퍼티

protected $updated_files