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

상속: extends FileManager
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$userUniqueId string
$users UserAccounts

공개 메소드들

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

보호된 메소드들

메소드 설명
permCheck ( ) : boolean Permissions check

메소드 상세

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() 공개 메소드

public selectCabin ( )

프로퍼티 상세

$userUniqueId 보호되어 있는 프로퍼티

protected string $userUniqueId
리턴 string

$users 보호되어 있는 프로퍼티

protected UserAccounts $users
리턴 UserAccounts