PHP Класс Airship\Cabin\Bridge\Landing\AuthorFiles

Наследование: extends Airship\Cabin\Bridge\Landing\Proto\FileManager
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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