LabelledLinktypeInterface
This class is used for composition in addition to LinktypeInterface, and provides the ability to expand implementing classes with the possibility to provide a custom Linktype label. It is utilized in the abstract class `AbstractLinktype`.
Table of Contents
Methods
- getReadableName() : string
- Get localized label for this Linktype to be displayed in Backend user interface.
Methods
getReadableName()
Get localized label for this Linktype to be displayed in Backend user interface.
public
getReadableName() : string
Implementing classes should implement this method.