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

상속: extends Airship\Cabin\Bridge\Landing\Proto\FileManager
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$author Airship\Cabin\Bridge\Blueprint\Author
$authorId integer
$authorName string
$authorSlug string

공개 메소드들

메소드 설명
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
confirmDeleteFile ( string $authorId, string $cabin = '' )
getFileInfo ( string $authorId, string $cabin = '' )
index ( string $authorId, string $cabin = '' )
moveFile ( string $authorId, string $cabin = '' )
selectCabin ( string $authorId = '' )

보호된 메소드들

메소드 설명
loadAuthorInfo ( integer $authorId ) Loads all the necessary information for this author
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 $authorId, string $cabin = '' )
$authorId string
$cabin string

getFileInfo() 공개 메소드

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

index() 공개 메소드

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

loadAuthorInfo() 보호된 메소드

Loads all the necessary information for this author
protected loadAuthorInfo ( integer $authorId )
$authorId integer

moveFile() 공개 메소드

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

permCheck() 보호된 메소드

Permissions check
protected permCheck ( ) : boolean
리턴 boolean

selectCabin() 공개 메소드

public selectCabin ( string $authorId = '' )
$authorId string

프로퍼티 상세

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

protected Author,Airship\Cabin\Bridge\Blueprint $author
리턴 Airship\Cabin\Bridge\Blueprint\Author

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

protected int $authorId
리턴 integer

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

protected string $authorName
리턴 string

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

protected string $authorSlug
리턴 string