@@ -1905,7 +1905,7 @@ discard block |
||
1905 | 1905 | * |
1906 | 1906 | * @link https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů |
1907 | 1907 | * |
1908 | - * @return null|int indentifikátor záznamu reprezentovaného objektem |
|
1908 | + * @return string indentifikátor záznamu reprezentovaného objektem |
|
1909 | 1909 | */ |
1910 | 1910 | public function getRecordID() { |
1911 | 1911 | $id = $this->getDataValue('id'); |
@@ -2019,7 +2019,7 @@ discard block |
||
2019 | 2019 | * |
2020 | 2020 | * @param string $want Namespace Selector. If empty,you obtain the first one. |
2021 | 2021 | * |
2022 | - * @return string|array one id or array if multiplete |
|
2022 | + * @return string one id or array if multiplete |
|
2023 | 2023 | */ |
2024 | 2024 | public function getExternalID($want = null) { |
2025 | 2025 | $extid = null; |