SpoofEmail
extends InvalidEmail
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- code() : int
- Code for user land to act upon.
- description() : string
- Short description of the result, human readable.
- isInvalid() : bool
- Is validation result invalid? Usually the inverse of isValid()
- isValid() : bool
- Is validation result valid?
- reason() : Reason
Properties
$reason
protected
Reason
$reason
$token
private
mixed
$token
Methods
__construct()
public
__construct() : mixed
code()
Code for user land to act upon.
public
code() : int
Return values
intdescription()
Short description of the result, human readable.
public
description() : string
Return values
stringisInvalid()
Is validation result invalid? Usually the inverse of isValid()
public
isInvalid() : bool
Return values
boolisValid()
Is validation result valid?
public
isValid() : bool
Return values
boolreason()
public
reason() : Reason