Skip to content

Kirby 5.0.4

$siteUuid->model()

Returns the site object

$siteUuid->model(bool $lazy = false): Kirby\Cms\Site

Parameters

Name Type Default
$lazy bool false

Return type

Kirby\Cms\Site

This method modifies the existing $siteuuid object it is applied to and returns it again.

Parent class

Kirby\Uuid\SiteUuid