trait NameTrait

Class NameTrait.

Methods

$this
setName( string $name)

No description

string|null
getName()

No description

bool
hasName()

No description

$this
clearName()

No description

Details

at line line 32
$this setName( string $name)

Parameters

string $name

Return Value

$this

at line line 42
string|null getName()

Return Value

string|null

at line line 50
bool hasName()

Return Value

bool

at line line 58
$this clearName()

Return Value

$this