Свойство | Type | Description | |
---|---|---|---|
$cabin | string | ||
$pages |
Méthode | Description | |
---|---|---|
airshipLand ( ) | This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor. | |
routeNotFound ( $args ) : void | This interrupts requests if all else fails. |
Méthode | Description | |
---|---|---|
render ( array $latest ) : string | Render a custom page | |
serveCustomPage ( string $file, array $dirs = [] ) : boolean | Public API entry point for serving a custom page | |
serveFile ( string $file, integer $directoryId ) : boolean | Serve a file | |
serveLatestVersion ( array $page ) : boolean | Server the latest version of a custom page. |
public airshipLand ( ) |
public routeNotFound ( $args ) : void | ||
$args | ||
Résultat | void |
protected serveLatestVersion ( array $page ) : boolean | ||
$page | array | |
Résultat | boolean |