PHP Класс Airship\Cabin\Bridge\Landing\Redirects

Наследование: extends LoggedInUsersOnly
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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