trait NameTrait

Methods

$this
setName(string $name)

Sets the name

string
getName()

Returns the name

Details

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

Sets the name

Parameters

string $name

Return Value

$this

at line line 25
string getName()

Returns the name

Return Value

string