@@ -41,7 +41,6 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * UnSet Label for Current Object record |
| 43 | 43 | * |
| 44 | - * @param string|array $label(s) To Remove |
|
| 45 | 44 | * |
| 46 | 45 | * @return boolean success result ? |
| 47 | 46 | */ |
@@ -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; |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Get availble companies listing |
| 34 | 34 | * |
| 35 | - * @param array $condition applay to listing |
|
| 35 | + * @param array $conditions applay to listing |
|
| 36 | 36 | * |
| 37 | 37 | * @return array |
| 38 | 38 | */ |
@@ -570,7 +570,7 @@ |
||
| 570 | 570 | * |
| 571 | 571 | * @url https://www.flexibee.eu/api/dokumentace/ref/odesilani-mailem/ |
| 572 | 572 | * |
| 573 | - * @return int http response code |
|
| 573 | + * @return boolean http response code |
|
| 574 | 574 | */ |
| 575 | 575 | public function sendUnsent() { |
| 576 | 576 | $this->performRequest('automaticky-odeslat-neodeslane', 'PUT', 'xml'); |