PHP Class Airship\Cabin\Bridge\Landing\MyFiles

Inheritance: extends FileManager
Show file Open project: paragonie/airship

Protected Properties

Property Type Description
$userUniqueId string
$users UserAccounts

Public Methods

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

Protected Methods

Method Description
permCheck ( ) : boolean Permissions check

Method Details

airshipLand() public method

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

confirmDeleteFile() public method

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

getFileInfo() public method

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

index() public method

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

moveFile() public method

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

permCheck() protected method

Permissions check
protected permCheck ( ) : boolean
return boolean

selectCabin() public method

public selectCabin ( )

Property Details

$userUniqueId protected property

protected string $userUniqueId
return string

$users protected property

protected UserAccounts $users
return UserAccounts