EmailStringType
extends NonEmptyStringType
in package
Class EmailStringType
Shared email string type class. Use the "asString" method for getting the plain value.
Tags
Table of Contents
- $value : string
- Instance Value
- __construct() : mixed
- Class Constructor
- asString() : string
- Get the instance value as string.
Properties
$value
Instance Value
protected
string
$value
Methods
__construct()
Class Constructor
public
__construct(string $p_email[, mixed $encodeSpecialCharacters = true ]) : mixed
Parameters
- $p_email : string
- $encodeSpecialCharacters : mixed = true
Tags
Return values
mixed —asString()
Get the instance value as string.
public
asString() : string