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

getOnlineSourcePath()#

No description provided.

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

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