__construct()
No description provided.
/** @param string $identifier The identifier, which also serves as the view key. */
$page = new BladePage(string $identifier, Hyde\Markdown\Models\FrontMatter|array $matter): void
getBladeView()
Get the Blade template/view key for the page.
$page->getBladeView(): string
compile()
Compile the page into static HTML.
$page->compile(): string // The compiled HTML for the page.