PHP Class Airship\Cabin\Bridge\Landing\Motifs

Inheritance: extends AdminOnly
Afficher le fichier Open project: paragonie/airship

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.
configure ( string $motifName )
index ( )
manage ( string $cabinName = '' )

Méthodes protégées

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

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 ( )

configure() public méthode

public configure ( string $motifName )
$motifName string

getAllMotifs() protected méthode

protected getAllMotifs ( boolean $deepSort = false ) : array
$deepSort boolean
Résultat array

getConfigFilter() protected méthode

Get an input filter container
protected getConfigFilter ( string $path ) : InputFilterContainer
$path string
Résultat InputFilterContainer

index() public méthode

public index ( )

manage() public méthode

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

saveMotifConfig() protected méthode

protected saveMotifConfig ( string $motifName, array $config = [] ) : boolean
$motifName string
$config array
Résultat boolean

updateMotifs() protected méthode

protected updateMotifs ( array $motifs, array $post, string $cabin ) : boolean
$motifs array
$post array
$cabin string
Résultat boolean