PHP 클래스 Airship\Cabin\Bridge\Landing\Motifs

상속: extends AdminOnly
파일 보기 프로젝트 열기: paragonie/airship

공개 메소드들

메소드 설명
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