trait NamePart

Name part

For all models that do have a name

Methods

$this
setName(string $name)

Sets the name

string
getName()

Returns the name

Details

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

Sets the name

Parameters

string $name

Return Value

$this

at line line 33
string getName()

Returns the name

Return Value

string