Property | Type | Description | |
---|---|---|---|
$pg |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
setTemplateExtraData ( string $cabin ) | Set the cabin links |
public airshipLand ( ) |
public deleteRedirect ( string $cabin, string $redirectId ) | ||
$cabin | string | |
$redirectId | string |
public editRedirect ( string $cabin, string $redirectId ) | ||
$cabin | string | |
$redirectId | string |
public newRedirect ( string $cabin ) | ||
$cabin | string |
protected setTemplateExtraData ( string $cabin ) | ||
$cabin | string |