Skip to content
HydePHP Documentation

Data / Documentation Page Methods

home()#

No description provided.

1DocumentationPage::home(): Hyde\Support\Models\Route

homeRouteName()#

No description provided.

1DocumentationPage::homeRouteName(): string

hasTableOfContents()#

No description provided.

1DocumentationPage::hasTableOfContents(): bool

getOnlineSourcePath()#

No description provided.

1$page->getOnlineSourcePath(): string|false

getTableOfContents()#

Generate Table of Contents as HTML from a Markdown document body.

1$page->getTableOfContents(): string

getRouteKey()#

Get the route key for the page.

If flattened outputs are enabled, this will use the identifier basename so nested pages are flattened.

1$page->getRouteKey(): string

getOutputPath()#

Get the path where the compiled page will be saved.

If flattened outputs are enabled, this will use the identifier basename so nested pages are flattened.

1$page->getOutputPath(): string