PHP Class Airship\Cabin\Bridge\Landing\Skyport

Inheritance: extends AdminOnly
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$channel string
$perPage integer
$skyport Airship\Cabin\Bridge\Blueprint\Skyport

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
getPaginated ( integer $sizeOfList ) : array Get the page number and offset

Method Details

airshipLand() public méthode

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

ajaxGetAvailablePackages() public méthode

ajaxGetInstalledPackages() public méthode

ajaxGetLeftMenu() public méthode

public ajaxGetLeftMenu ( )

ajaxGetOutdatedPackages() public méthode

ajaxRefreshPackageInfo() public méthode

ajaxViewPackageInfo() public méthode

public ajaxViewPackageInfo ( )

getPaginated() protected méthode

Get the page number and offset
protected getPaginated ( integer $sizeOfList ) : array
$sizeOfList integer
Résultat array

index() public méthode

public index ( )

installPackage() public méthode

Trigger the package install process
public installPackage ( )

removePackage() public méthode

Trigger the package uninstall process.
public removePackage ( )

updatePackage() public méthode

Trigger the package install process
public updatePackage ( )

viewLog() public méthode

View the update log
public viewLog ( )

Property Details

$channel protected_oe property

protected string $channel
Résultat string

$perPage protected_oe property

protected int $perPage
Résultat integer

$skyport protected_oe property

protected Skyport,Airship\Cabin\Bridge\Blueprint $skyport
Résultat Airship\Cabin\Bridge\Blueprint\Skyport