Свойство | Type | Description | |
---|---|---|---|
$theme |
Méthode | Description | |
---|---|---|
getPageContents ( $page ) | ||
getPlaceholderContents ( $page, $placeholderName, $placeholderContents ) | ||
initCmsPage ( string $url ) : Cms\Classes\Page | Creates a CMS page from a static page and configures it. | |
initPageComponents ( $cmsController, $page ) | ||
injectPageTwig ( $page, $loader, $twig ) | ||
parseSyntaxFields ( $content ) |
Méthode | Description | |
---|---|---|
init ( ) | Initialize this singleton. |
public getPlaceholderContents ( $page, $placeholderName, $placeholderContents ) |
public initCmsPage ( string $url ) : Cms\Classes\Page | ||
$url | string | Specifies the static page URL. |
Résultat | Cms\Classes\Page | Returns the CMS page object or NULL of the requested page was not found. |