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

상속: extends Airship\Cabin\Bridge\Landing\Proto\FileManager
파일 보기 프로젝트 열기: paragonie/airship 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
permCheck ( ) : boolean Permissions check
setTemplateExtraData ( string $cabin ) Set the cabin links

메소드 상세

airshipLand() 공개 메소드

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

confirmDeleteFile() 공개 메소드

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

getFileInfo() 공개 메소드

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

index() 공개 메소드

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

moveFile() 공개 메소드

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

permCheck() 보호된 메소드

Permissions check
protected permCheck ( ) : boolean
리턴 boolean

selectCabin() 공개 메소드

Cabin selection interface
public selectCabin ( )

setTemplateExtraData() 보호된 메소드

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