QualifiedNamePart
trait QualifiedNamePart
Qualified name part
For all models that have a name and namespace
Traits
Name part
Methods
$this
setNamespace(string $namespace)
Sets the namespace
$this
setQualifiedName(string $name)
In contrast to setName(), this method accepts the fully qualified name including the namespace.
string
getNamespace()
Returns the namespace
string
getQualifiedName()
Returns the qualified name
Details
in NamePart at line line 22
$this
setName(string $name)
Sets the name
in NamePart at line line 33
string
getName()
Returns the name
at line line 24
$this
setNamespace(string $namespace)
Sets the namespace
at line line 37
$this
setQualifiedName(string $name)
In contrast to setName(), this method accepts the fully qualified name including the namespace.
at line line 56
string
getNamespace()
Returns the namespace
at line line 65
string
getQualifiedName()
Returns the qualified name