NameTrait
Name trait
Tags
Table of Contents
Properties
- $name : string|null
- Name
Methods
Properties
$name
Name
protected
string|null
$name
= null
Methods
getName()
Get the name
public
getName() : string|null
Return values
string|nullhasName()
Get the name
public
hasName() : bool
Return values
boolsetName()
Set the name
public
setName(string $name) : static
Parameters
- $name : string