PHP 클래스 App\Http\Controllers\UpdateController

상속: extends Controller
파일 보기 프로젝트 열기: printempw/blessing-skin-server

공개 프로퍼티들

프로퍼티 타입 설명
$currentVersion
$latestVersion
$updateSource

보호된 프로퍼티들

프로퍼티 타입 설명
$updateInfo

공개 메소드들

메소드 설명
__construct ( )
checkUpdates ( )
download ( Illuminate\Http\Request $request )
showUpdatePage ( )

보호된 메소드들

메소드 설명
getReleaseInfo ( $version )
getUpdateInfo ( $key = null )
newVersionAvailable ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

checkUpdates() 공개 메소드

public checkUpdates ( )

download() 공개 메소드

public download ( Illuminate\Http\Request $request )
$request Illuminate\Http\Request

getReleaseInfo() 보호된 메소드

protected getReleaseInfo ( $version )

getUpdateInfo() 보호된 메소드

protected getUpdateInfo ( $key = null )

newVersionAvailable() 보호된 메소드

protected newVersionAvailable ( )

showUpdatePage() 공개 메소드

public showUpdatePage ( )

프로퍼티 상세

$currentVersion 공개적으로 프로퍼티

public $currentVersion

$latestVersion 공개적으로 프로퍼티

public $latestVersion

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

protected $updateInfo

$updateSource 공개적으로 프로퍼티

public $updateSource