abstract |
|---|
readonly |
Base interface for metadata with name (identifier) and title (display name) properties.
| Methods | ||
|---|---|---|
public
|
__construct(string $name, ?string $title = null)
|
# |
public
|
getDisplayName(): non-empty-string
|
# |
| Properties | |||
|---|---|---|---|
public
|
non-empty-string
|
$name
|
# |
public
|
null|non-empty-string
|
$title
|
# |