PHP Class Airship\Cabin\Bridge\Landing\Motifs

Inheritance: extends AdminOnly
Show file Open project: paragonie/airship

Public Methods

Method 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 = '' )

Protected Methods

Method 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 method

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

configure() public method

public configure ( string $motifName )
$motifName string

getAllMotifs() protected method

protected getAllMotifs ( boolean $deepSort = false ) : array
$deepSort boolean
return array

getConfigFilter() protected method

Get an input filter container
protected getConfigFilter ( string $path ) : InputFilterContainer
$path string
return InputFilterContainer

index() public method

public index ( )

manage() public method

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

saveMotifConfig() protected method

protected saveMotifConfig ( string $motifName, array $config = [] ) : boolean
$motifName string
$config array
return boolean

updateMotifs() protected method

protected updateMotifs ( array $motifs, array $post, string $cabin ) : boolean
$motifs array
$post array
$cabin string
return boolean