@@ -466,7 +466,7 @@ discard block |
||
| 466 | 466 | * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical |
| 467 | 467 | * |
| 468 | 468 | * @param string $format |
| 469 | - * @return boolen format is availble |
|
| 469 | + * @return boolean format is availble |
|
| 470 | 470 | */ |
| 471 | 471 | public function setFormat($format) |
| 472 | 472 | { |
@@ -1523,7 +1523,7 @@ discard block |
||
| 1523 | 1523 | /** |
| 1524 | 1524 | * Obtain ID of first record in evidence |
| 1525 | 1525 | * |
| 1526 | - * @return string|null id or null if no records |
|
| 1526 | + * @return integer|null id or null if no records |
|
| 1527 | 1527 | */ |
| 1528 | 1528 | public function getFirstRecordID() |
| 1529 | 1529 | { |
@@ -1567,7 +1567,7 @@ discard block |
||
| 1567 | 1567 | * Vrací aktuální globální verzi změn |
| 1568 | 1568 | * |
| 1569 | 1569 | * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze |
| 1570 | - * @return type |
|
| 1570 | + * @return integer |
|
| 1571 | 1571 | */ |
| 1572 | 1572 | public function getGlobalVersion() |
| 1573 | 1573 | { |
@@ -1853,7 +1853,7 @@ discard block |
||
| 1853 | 1853 | * @param string $subject |
| 1854 | 1854 | * @param string $body Email Text |
| 1855 | 1855 | * |
| 1856 | - * @return int http response code |
|
| 1856 | + * @return boolean http response code |
|
| 1857 | 1857 | */ |
| 1858 | 1858 | public function sendByMail($to, $subject, $body, $cc = null) |
| 1859 | 1859 | { |
@@ -1892,7 +1892,6 @@ discard block |
||
| 1892 | 1892 | * Obtain document in given format |
| 1893 | 1893 | * |
| 1894 | 1894 | * @param string $format pdf/csv/xml/json/ ... |
| 1895 | - * @param string $reportName Template used to generate PDF |
|
| 1896 | 1895 | * |
| 1897 | 1896 | * @return string|null filename downloaded or none |
| 1898 | 1897 | */ |