\frontend\modelsSignupForm

Signup form

Summary

Methods
Properties
Constants
rules()
signup()
$username
$email
$password
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$username

$username : 

Type

$email

$email : 

Type

$password

$password : 

Type

Methods

rules()

rules() 

{@inheritdoc}

signup()

signup() : \common\models\User|null

Signs user up.

Returns

\common\models\User|null —

the saved model or null if saving fails