PHP Class Airship\Cabin\Bridge\Landing\MyFiles

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

Protected Properties

Свойство Type Description
$userUniqueId string
$users UserAccounts

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.
confirmDeleteFile ( string $cabin = '' )
getFileInfo ( string $cabin = '' )
index ( string $cabin = '' )
moveFile ( string $cabin = '' )
selectCabin ( )

Méthodes protégées

Méthode Description
permCheck ( ) : boolean Permissions check

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 ( )

confirmDeleteFile() public méthode

public confirmDeleteFile ( string $cabin = '' )
$cabin string

getFileInfo() public méthode

public getFileInfo ( string $cabin = '' )
$cabin string

index() public méthode

public index ( string $cabin = '' )
$cabin string

moveFile() public méthode

public moveFile ( string $cabin = '' )
$cabin string

permCheck() protected méthode

Permissions check
protected permCheck ( ) : boolean
Résultat boolean

selectCabin() public méthode

public selectCabin ( )

Property Details

$userUniqueId protected_oe property

protected string $userUniqueId
Résultat string

$users protected_oe property

protected UserAccounts $users
Résultat UserAccounts