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

Наследование: extends AdminOnly
Показать файл Открыть проект

Открытые методы

Метод Описание
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
configure ( string $motifName )
index ( )
manage ( string $cabinName = '' )

Защищенные методы

Метод Описание
getAllMotifs ( boolean $deepSort = false ) : array
getConfigFilter ( string $path ) : InputFilterContainer Get an input filter container
saveMotifConfig ( string $motifName, array $config = [] ) : boolean
updateMotifs ( array $motifs, array $post, string $cabin ) : boolean

Описание методов

airshipLand() публичный метод

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

configure() публичный метод

public configure ( string $motifName )
$motifName string

getAllMotifs() защищенный метод

protected getAllMotifs ( boolean $deepSort = false ) : array
$deepSort boolean
Результат array

getConfigFilter() защищенный метод

Get an input filter container
protected getConfigFilter ( string $path ) : InputFilterContainer
$path string
Результат InputFilterContainer

index() публичный метод

public index ( )

manage() публичный метод

public manage ( string $cabinName = '' )
$cabinName string

saveMotifConfig() защищенный метод

protected saveMotifConfig ( string $motifName, array $config = [] ) : boolean
$motifName string
$config array
Результат boolean

updateMotifs() защищенный метод

protected updateMotifs ( array $motifs, array $post, string $cabin ) : boolean
$motifs array
$post array
$cabin string
Результат boolean