QualifiedNamePart
Qualified name part.
For all models that have a name and namespace
Tags
Table of Contents
- $namespace : string
- getNamespace() : string
- Returns the namespace.
- getQualifiedName() : string
- Returns the qualified name.
- setNamespace() : $this
- Sets the namespace.
- setQualifiedName() : $this
- In contrast to setName(), this method accepts the fully qualified name including the namespace.
Properties
$namespace
private
string
$namespace
= ''
Methods
getNamespace()
Returns the namespace.
public
getNamespace() : string
Return values
string —getQualifiedName()
Returns the qualified name.
public
getQualifiedName() : string
Return values
string —setNamespace()
Sets the namespace.
public
setNamespace(string $namespace) : $this
Parameters
- $namespace : string
Return values
$this —setQualifiedName()
In contrast to setName(), this method accepts the fully qualified name including the namespace.
public
setQualifiedName(string $name) : $this
Parameters
- $name : string