Skip to content

Kirby 4.2.0

UserActions::create()

Creates a new User from the given props and returns a new User object

UserActions::create(?array $props = null): Kirby\Cms\User

Parameters

Name Type Default
$props array|null null

Return type

Kirby\Cms\User

Parent class

Kirby\Cms\UserActions