LanguageInfo
Read onlyYes
Contains all information about language for a language-aware record.
not part of public API, as this needs to be streamlined and proven
Table of Contents
Properties
- $languageId : int
- $translationParent : int|null
- $translationSource : int|null
Methods
- __construct() : mixed
- getLanguageId() : int
- getTranslationParent() : int|null
- getTranslationSource() : int|null
Properties
$languageId
protected
int
$languageId
$translationParent
protected
int|null
$translationParent
$translationSource
protected
int|null
$translationSource
Methods
__construct()
public
__construct(int $languageId, int|null $translationParent, int|null $translationSource) : mixed
Parameters
- $languageId : int
- $translationParent : int|null
- $translationSource : int|null
getLanguageId()
public
getLanguageId() : int
Return values
intgetTranslationParent()
public
getTranslationParent() : int|null
Return values
int|nullgetTranslationSource()
public
getTranslationSource() : int|null