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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$pg Airship\Cabin\Bridge\Blueprint\CustomPages

공개 메소드들

메소드 설명
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
deleteRedirect ( string $cabin, string $redirectId ) Delete an existing redirect
editRedirect ( string $cabin, string $redirectId ) Edit a redirect.
forCabin ( string $cabin = '' ) List all of the redirects for a given cabin
index ( ) Serve a submenu of available cabins
newRedirect ( string $cabin ) Create a new redirect

보호된 메소드들

메소드 설명
setTemplateExtraData ( string $cabin ) Set the cabin links

메소드 상세

airshipLand() 공개 메소드

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

deleteRedirect() 공개 메소드

Delete an existing redirect
public deleteRedirect ( string $cabin, string $redirectId )
$cabin string
$redirectId string

editRedirect() 공개 메소드

Edit a redirect.
public editRedirect ( string $cabin, string $redirectId )
$cabin string
$redirectId string

forCabin() 공개 메소드

List all of the redirects for a given cabin
public forCabin ( string $cabin = '' )
$cabin string

index() 공개 메소드

Serve a submenu of available cabins
public index ( )

newRedirect() 공개 메소드

Create a new redirect
public newRedirect ( string $cabin )
$cabin string

setTemplateExtraData() 보호된 메소드

Set the cabin links
protected setTemplateExtraData ( string $cabin )
$cabin string

프로퍼티 상세

$pg 보호되어 있는 프로퍼티

protected CustomPages,Airship\Cabin\Bridge\Blueprint $pg
리턴 Airship\Cabin\Bridge\Blueprint\CustomPages