phpDocumentor

SunnyCashCustomer
in package

Class SunnyCashCustomer

Table of Contents

$email  : string
$firstName  : string
$lastName  : string
__construct()  : mixed
SunnyCashCustomer constructor.
getEmail()  : string
getFirstName()  : string
getLastName()  : string
validate()  : mixed
Validates strings.

Properties

Methods

__construct()

SunnyCashCustomer constructor.

public __construct( $firstName,  $lastName,  $email) : mixed
Parameters
$firstName :
$lastName :
$email :
Return values
mixed

validate()

Validates strings.

protected validate( $string) : mixed
Parameters
$string :
Return values
mixed

Search results