PHP Class Airship\Cabin\Bridge\Landing\AuthorFiles

Inheritance: extends Airship\Cabin\Bridge\Landing\Proto\FileManager
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$author Airship\Cabin\Bridge\Blueprint\Author
$authorId integer
$authorName string
$authorSlug string

Méthodes publiques

Méthode Description
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 = '' )

Méthodes protégées

Méthode Description
loadAuthorInfo ( integer $authorId ) Loads all the necessary information for this author
permCheck ( ) : boolean Permissions check

Method Details

airshipLand() public méthode

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

confirmDeleteFile() public méthode

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

getFileInfo() public méthode

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

index() public méthode

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

loadAuthorInfo() protected méthode

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

moveFile() public méthode

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

permCheck() protected méthode

Permissions check
protected permCheck ( ) : boolean
Résultat boolean

selectCabin() public méthode

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

Property Details

$author protected_oe property

protected Author,Airship\Cabin\Bridge\Blueprint $author
Résultat Airship\Cabin\Bridge\Blueprint\Author

$authorId protected_oe property

protected int $authorId
Résultat integer

$authorName protected_oe property

protected string $authorName
Résultat string

$authorSlug protected_oe property

protected string $authorSlug
Résultat string