POS - JoJaGaWi - API

SignupForm extends Model
in package

Signup form

Table of Contents

$email  : mixed
$password  : mixed
$username  : mixed
rules()  : mixed
{@inheritdoc}
signup()  : bool
Signs user up.
sendEmail()  : bool
Sends confirmation email to user

Properties

Methods

rules()

{@inheritdoc}

public rules() : mixed
Return values
mixed

signup()

Signs user up.

public signup() : bool
Return values
bool

whether the creating new account was successful and email was sent

sendEmail()

Sends confirmation email to user

protected sendEmail(User $user) : bool
Parameters
$user : User

user model to with email should be send

Return values
bool

whether the email was sent

Search results