PHP 클래스 Airship\Cabin\Bridge\Landing\Skyport

상속: extends AdminOnly
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$channel string
$perPage integer
$skyport Airship\Cabin\Bridge\Blueprint\Skyport

공개 메소드들

메소드 설명
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
ajaxGetAvailablePackages ( )
ajaxGetInstalledPackages ( )
ajaxGetLeftMenu ( )
ajaxGetOutdatedPackages ( )
ajaxRefreshPackageInfo ( )
ajaxViewPackageInfo ( )
index ( )
installPackage ( ) Trigger the package install process
removePackage ( ) Trigger the package uninstall process.
updatePackage ( ) Trigger the package install process
viewLog ( ) View the update log

보호된 메소드들

메소드 설명
getPaginated ( integer $sizeOfList ) : array Get the page number and offset

메소드 상세

airshipLand() 공개 메소드

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )

ajaxGetAvailablePackages() 공개 메소드

ajaxGetInstalledPackages() 공개 메소드

ajaxGetLeftMenu() 공개 메소드

public ajaxGetLeftMenu ( )

ajaxGetOutdatedPackages() 공개 메소드

ajaxRefreshPackageInfo() 공개 메소드

ajaxViewPackageInfo() 공개 메소드

public ajaxViewPackageInfo ( )

getPaginated() 보호된 메소드

Get the page number and offset
protected getPaginated ( integer $sizeOfList ) : array
$sizeOfList integer
리턴 array

index() 공개 메소드

public index ( )

installPackage() 공개 메소드

Trigger the package install process
public installPackage ( )

removePackage() 공개 메소드

Trigger the package uninstall process.
public removePackage ( )

updatePackage() 공개 메소드

Trigger the package install process
public updatePackage ( )

viewLog() 공개 메소드

View the update log
public viewLog ( )

프로퍼티 상세

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

protected string $channel
리턴 string

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

protected int $perPage
리턴 integer

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

protected Skyport,Airship\Cabin\Bridge\Blueprint $skyport
리턴 Airship\Cabin\Bridge\Blueprint\Skyport