PHP Class Airship\Cabin\Bridge\Landing\Files

Inheritance: extends Airship\Cabin\Bridge\Landing\Proto\FileManager
Show file Open project: paragonie/airship Class Usage Examples

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 ( ) Cabin selection interface

Protected Methods

Method Description
permCheck ( ) : boolean Permissions check
setTemplateExtraData ( string $cabin ) Set the cabin links

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

Cabin selection interface
public selectCabin ( )

setTemplateExtraData() protected method

Set the cabin links
protected setTemplateExtraData ( string $cabin )
$cabin string