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 = '' ) |
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 |
public airshipLand ( ) |
protected getAllMotifs ( boolean $deepSort = false ) : array | ||
$deepSort | boolean | |
return | array |
protected getConfigFilter ( string $path ) : InputFilterContainer | ||
$path | string | |
return | InputFilterContainer |