Méthode | Description | |
---|---|---|
__construct ( Silex\Application $app ) | Constructor. | |
homepage ( |
Choose a template for the homepage. | |
listing ( array $contenttype ) : string | Select a template for listing pages. | |
maintenance ( ) : string | Select a template to use for the "maintenance" page. | |
record ( |
Choose a template for a single record page, e.g.: - '/page/about' - '/entry/lorum-ipsum' | |
search ( ) : string | Select a search template. | |
taxonomy ( string $taxonomyslug ) : string | Select a template for taxonomy. |
public __construct ( Silex\Application $app ) | ||
$app | Silex\Application |
public maintenance ( ) : string | ||
Résultat | string |