Documentation

EmailContact extends Contact
in package
implements IEmailContact, Stringable

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IEmailContact
Stringable

Properties

$email  : string
$name  : string
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
__toString()  : string
equals()  : bool
extends()  : bool
fromString()  : EmailContact|null
Creates an EmailContact instance from a provided string. The string MUST either being in the format local-part@domain or 'Name <local-part@domain>'
getEmail()  : string
getEmailUser()  : string
getName()  : string
getReflection()  : ReflectionClass
init()  : mixed
setEmail()  : mixed
setName()  : mixed

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__construct()

public __construct(string $email, string $name) : mixed
Parameters
$email : string
$name : string

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

fromString()

Creates an EmailContact instance from a provided string. The string MUST either being in the format local-part@domain or 'Name <local-part@domain>'

public static fromString(string $email_contact) : EmailContact|null
Parameters
$email_contact : string
Return values
EmailContact|null

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

setName()

private setName(string $name) : mixed
Parameters
$name : string

        
On this page

Search results