Skip to content

Kirby 3.5.7.1

$role->setSite()

Setter for the parent site object

$role->setSite(Kirby\Cms\Site $site = null): Kirby\Cms\Role

Parameters

Name Type Default
$site Kirby\Cms\Site null

Return type

Kirby\Cms\Role

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

Parent class

Kirby\Cms\Role inherited from Kirby\Cms\Model