trait FirstNameTrait

Class FirstNameTrait.

Methods

$this
setFirstName( string $firstName)

No description

string|null
getFirstName()

No description

bool
hasFirstName()

No description

$this
clearFirstName()

No description

Details

at line line 30
$this setFirstName( string $firstName)

Parameters

string $firstName

Return Value

$this

at line line 40
string|null getFirstName()

Return Value

string|null

at line line 48
bool hasFirstName()

Return Value

bool

at line line 56
$this clearFirstName()

Return Value

$this