Свойство | Type | Description | |
---|---|---|---|
$author | |||
$authorId | integer | ||
$authorName | string | ||
$authorSlug | string |
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éthode | Description | |
---|---|---|
loadAuthorInfo ( integer $authorId ) | Loads all the necessary information for this author | |
permCheck ( ) : boolean | Permissions check |
public airshipLand ( ) |
public confirmDeleteFile ( string $authorId, string $cabin = '' ) | ||
$authorId | string | |
$cabin | string |
public getFileInfo ( string $authorId, string $cabin = '' ) | ||
$authorId | string | |
$cabin | string |
protected loadAuthorInfo ( integer $authorId ) | ||
$authorId | integer |
protected Author,Airship\Cabin\Bridge\Blueprint $author | ||
Résultat |